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 | 荳ケ蜈カ螻樊 | 11100100101110001011100111100101100001011011011011100101101100011001111011100110 | e4b8b9e585b6e5b19ee6 |
EUC-JP | 荳ケ蜈カ螻樊 | 111010001011101010001110101110011110100111100101100011101011011011101010101100111101110011101000 | e8ba8eb9e9e58eb6eab3dce8 |
UTF-8 | 荳ケ蜈カ螻樊 | 111010001000110110110011111011111011110110111001111010001001110010001000111011111011110110110110111010001001111010111011111001101010100010001010 | e88db3efbdb9e89c88efbdb6e89ebbe6a88a |
UHC | 荳?蜈??樊 | 110101001110010100111111111010001010010100111111001111111101101111100000 | d4e53fe8a53f3fdbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)