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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 漬?沮?BF | 1001001011010000001111111001111110011100001111110100001001000110 | 92d03f9f9c3f4246 |
EUC-JP | 漬?沮?BF | 1100010011010010001111111101110111111100001111110100001001000110 | c4d23fddfc3f4246 |
UTF-8 | 漬렣沮렑BF | 1110011010111100101011001110101110100000101000111110011010110010101011101110101110100000100100010100001001000110 | e6bcaceba0a3e6b2aeeba0914246 |
UHC | 漬렣沮렑BF | 11110010101100001000111010110100111011101100000110001110101001100100001001000110 | f2b08eb4eec18ea64246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)