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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 雋牙クキ遏ッk | 11101000101100101000100111100101101110001011011111100111100111111010111101101011 | e8b289e5b8b7e79faf6b |
EUC-JP | 雋牙クキ遏ッk | 11110000101101001011001011100111100011101011100010001110101101111110111010100001100011101010111101101011 | f0b4b2e78eb88eb7eea18eaf6b |
UTF-8 | 雋牙クキ遏ッk | 11101001100110111000101111100111100010011001100111101111101111011011100011101111101111011011011111101001100000011000111111101111101111011010111101101011 | e99b8be78999efbdb8efbdb7e9818fefbdaf6b |
UHC | 雋牙????k | 111100011110011011100100101100110011111100111111001111110011111101101011 | f1e6e4b33f3f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)