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 | 1110001001010111100011101111101001101001111000100101011110001110111110100110100101000010 | e2578efa69e2578efa6942 |
EUC-JP | 禪囚i禪囚iB | 1110001110111000101111001111110001101001111000111011100010111100111111000110100101000010 | e3b8bcfc69e3b8bcfc6942 |
UTF-8 | 禪囚i禪囚iB | 111001111010011010101010111001011001101110011010011010011110011110100110101010101110010110011011100110100110100101000010 | e7a6aae59b9a69e7a6aae59b9a6942 |
UHC | 禪囚i禪囚iB | 1110000011001001111000011111011001101001111000001100100111100001111101100110100101000010 | e0c9e1f669e0c9e1f66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)