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 | 題???哉? | 1001000111101000001111110011111100111111100011011100011000111111 | 91e83f3f3f8dc63f |
EUC-JP | 題???哉? | 1100001011101010001111110011111100111111101110101100100000111111 | c2ea3f3f3fbac83f |
UTF-8 | 題양렪렩哉렞 | 111010011010000110001100111011001001011010010001111010111010000010101010111010111010000010101001111001011001001110001001111010111010000010011110 | e9a18cec9691eba0aaeba0a9e59389eba09e |
UHC | 題양렪렩哉렞 | 111100001011100110111110111001111000111010111000100011101011011111101110101000111000111010101111 | f0b9bee78eb88eb7eea38eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)