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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 樹??坎?枇 | 100011101111011100111111001111111001101010101010001111111001010011111000 | 8ef73f3f9aaa3f94f8 |
EUC-JP | 樹??坎?枇 | 101111001111100100111111001111111101010010101100001111111100100011111010 | bcf93f3fd4ac3fc8fa |
UTF-8 | 樹롚뤗坎쪔枇 | 111001101010100010111001111010111010000110011010111010111010010010010111111001011001110110001110111011001010101010010100111001101001111010000111 | e6a8b9eba19aeba497e59d8eecaa94e69e87 |
UHC | 樹롚뤗坎쪔枇 | 111000101010011110001110110111101000111111000111110010101110110010100101100011101101110111101101 | e2a78ede8fc7caeca58edded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)