To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?躁????? | 0011111111100111010011100011111100111111001111110011111100111111 | 3fe74e3f3f3f3f3f |
EUC-JP | ?躁????? | 0011111111101101101011110011111100111111001111110011111100111111 | 3fedaf3f3f3f3f3f |
UTF-8 | 솟躁섀솔솥솨솰 | 111011001000011010011111111010001011101010000001111011001000010010000000111011001000011010010100111011001000011010100101111011001000011010101000111011001000011010110000 | ec869fe8ba81ec8480ec8694ec86a5ec86a8ec86b0 |
UHC | 솟躁섀솔솥솨솰 | 1011110011011010111100001110001010111100101010001011110011010110101111001101110010111100110111011011110011100000 | bcdaf0e2bca8bcd6bcdcbcddbce0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)