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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 椰??庸?? | 1001111010111101001111110011111110010111011001100011111100111111 | 9ebd3f3f97663f3f |
EUC-JP | 椰??庸?? | 1101110010111111001111110011111111001101110001110011111100111111 | dcbf3f3fcdc73f3f |
UTF-8 | 椰꾨젛庸롰깘 | 111001101010010010110000111010101011111010101000111011001010000010011011111001011011101010111000111010111010000110110000111010101011100110011000 | e6a4b0eabea8eca09be5bab8eba1b0eab998 |
UHC | 椰꾨젛庸롰깘 | 111001011010101110000100111010111010000010010111111010011011110010001110111011011000001110010000 | e5ab84eba097e9bc8eed8390 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)