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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?ョ?言③ | 0011111110000011100001110011111110001100101111101000011101000010 | 3f83873f8cbe8742 |
EUC-JP | ?ョ?言? | 00111111101001011110011100111111101110001100000000111111 | 3fa5e73fb8c03f |
UTF-8 | 怜ョ겮言③ | 111011111010011010101100111000111000001110100111111010101011001010101110111010001010100010000000111000101001000110100010 | efa6ace383a7eab2aee8a880e291a2 |
UHC | 怜ョ겮言③ | 11100111101100001010101111100111100000011011110011100101111010111010100011101001 | e7b0abe781bce5eba8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)