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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 枝?i枝?iB | 100011100111110100111111011010011000111001111101001111110110100101000010 | 8e7d3f698e7d3f6942 |
EUC-JP | 枝?i枝?iB | 101110111101111000111111011010011011101111011110001111110110100101000010 | bbde3f69bbde3f6942 |
UTF-8 | 枝렋i枝렋iB | 111001101001111010011101111010111010000010001011011010011110011010011110100111011110101110100000100010110110100101000010 | e69e9deba08b69e69e9deba08b6942 |
UHC | 枝렋i枝렋iB | 1111001010101011100011101010001001101001111100101010101110001110101000100110100101000010 | f2ab8ea269f2ab8ea26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)