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 | ??????Bh | 0011111100111111001111110011111100111111001111110100001001101000 | 3f3f3f3f3f3f4268 |
SJIS-WIN | 霎ー蜊倩カウBh | 1110100010111110101100001110010110001101100110001110100010110110101100110100001001101000 | e8beb0e58d98e8b6b34268 |
EUC-JP | 霎ー蜊倩カウBh | 1111000011000000100011101011000011101001111011011101000011101010100011101011011010001110101100110100001001101000 | f0c08eb0e9edd0ea8eb68eb34268 |
UTF-8 | 霎ー蜊倩カウBh | 1110100110011100100011101110111110111101101100001110100010011100100010101110010110000000101010011110111110111101101101101110111110111101101100110100001001101000 | e99c8eefbdb0e89c8ae580a9efbdb6efbdb34268 |
UHC | ??????Bh | 0011111100111111001111110011111100111111001111110100001001101000 | 3f3f3f3f3f3f4268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)