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 | 只???蔚? | 1001000111111100001111110011111100111111100010010101010100111111 | 91fc3f3f3f89553f |
EUC-JP | 只???蔚? | 1100001011111110001111110011111100111111101100011011011000111111 | c2fe3f3f3fb1b63f |
UTF-8 | 只븅렣렢蔚렮 | 111001011000111110101010111010111011100010000101111010111010000010100011111010111010000010100010111010001001010010011010111010111010000010101110 | e58faaebb885eba0a3eba0a2e8949aeba0ae |
UHC | 只븅렣렢蔚렮 | 111100011111111010111010111010011000111010110100100011101011001111101010101001011000111010111011 | f1febae98eb48eb3eaa58ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)