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 | 仲?中? | 100100101000011100111111100100101000011000111111 | 92873f92863f |
EUC-JP | 仲?中? | 110000111110011100111111110000111110011000111111 | c3e73fc3e63f |
UTF-8 | 仲렫中㎗ | 111001001011101110110010111010111010000010101011111001001011100010101101111000111000111010010111 | e4bbb2eba0abe4b8ade38e97 |
UHC | 仲렫中㎗ | 1111000111101010100011101011100111110001111010011010011110100011 | f1ea8eb9f1e9a7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)