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 | 中??? | 1001001010000110001111110011111100111111 | 92863f3f3f |
EUC-JP | 中??? | 1100001111100110001111110011111100111111 | c3e63f3f3f |
UTF-8 | 中곕렩렫 | 111001001011100010101101111010101011001110010101111010111010000010101001111010111010000010101011 | e4b8adeab395eba0a9eba0ab |
UHC | 中곕렩렫 | 1111000111101001101100001110101110001110101101111000111010111001 | f1e9b0eb8eb78eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)