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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?瀁?? | 0011111111100000011001100011111100111111 | 3fe0663f3f |
EUC-JP | ?瀁?? | 0011111111011111110001110011111100111111 | 3fdfc73f3f |
UTF-8 | 렰瀁렮롅 | 111010111010000010110000111001111000000010000001111010111010000010101110111010111010000110000101 | eba0b0e78081eba0aeeba185 |
UHC | 렰瀁렮롅 | 1000111010111101111001011100100010001110101110111000111011001011 | 8ebde5c88ebb8ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)