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 | 100011101000100000111111011010011000111010001000001111110110100101000010 | 8e883f698e883f6942 |
EUC-JP | 肢?i肢?iB | 101110111110100000111111011010011011101111101000001111110110100101000010 | bbe83f69bbe83f6942 |
UTF-8 | 肢급i肢급iB | 111010001000001010100010111010101011100010001001011010011110100010000010101000101110101010111000100010010110100101000010 | e882a2eab88969e882a2eab8896942 |
UHC | 肢급i肢급iB | 1111001010110110101100011101111001101001111100101011011010110001110111100110100101000010 | f2b6b1de69f2b6b1de6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)