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 | 在?睛橋?? | 100011011101110100111111111000011100101110001011101101000011111100111111 | 8ddd3fe1cb8bb43f3f |
EUC-JP | 在?睛橋?? | 101110101101111100111111111000101100110110110110101101100011111100111111 | badf3fe2cdb6b63f3f |
UTF-8 | 在렔睛橋렋렔 | 111001011001110010101000111010111010000010010100111001111001110110011011111001101010100110001011111010111010000010001011111010111010000010010100 | e59ca8eba094e79d9be6a98beba08beba094 |
UHC | 在렔睛橋렋렔 | 111011101010010010001110101010011110111111101100110011101110100110001110101000101000111010101001 | eea48ea9efeccee98ea28ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)