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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 言③?言③?^ | 1000110010111110100001110100001000111111100011001011111010000111010000100011111101011110 | 8cbe87423f8cbe87423f5e |
EUC-JP | 言??言??^ | 101110001100000000111111001111111011100011000000001111110011111101011110 | b8c03f3fb8c03f3f5e |
UTF-8 | 言③같言③갇^ | 11101000101010001000000011100010100100011010001011101010101100001001100111101000101010001000000011100010100100011010001011101010101100001000011101011110 | e8a880e291a2eab099e8a880e291a2eab0875e |
UHC | 言③같言③갇^ | 11100101111010111010100011101001101100001011000011100101111010111010100011101001101100001010010001011110 | e5eba8e9b0b0e5eba8e9b0a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)