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 | 紙??? | 1000111010000110001111110011111100111111 | 8e863f3f3f |
EUC-JP | 紙?嫄? | 10111011111001100011111110001111101110101010000100111111 | bbe63f8fbaa13f |
UTF-8 | 紙렒嫄렏 | 111001111011010010011001111010111010000010010010111001011010101110000100111010111010000010001111 | e7b499eba092e5ab84eba08f |
UHC | 紙렒嫄렏 | 1111001010110101100011101010011111101010101100011000111010100101 | f2b58ea7eab18ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)