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 | ???ZoBF | 00111111001111110011111101011010011011110100001001000110 | 3f3f3f5a6f4246 |
SJIS-WIN | テεッZoBF | 1100001110000011110000111010111101011010011011110100001001000110 | c383c3af5a6f4246 |
EUC-JP | テεッZoBF | 10001110110000111010011011000101100011101010111101011010011011110100001001000110 | 8ec3a6c58eaf5a6f4246 |
UTF-8 | テεッZoBF | 111011111011111010000011110011101011010111101111101111011010111101011010011011110100001001000110 | efbe83ceb5efbdaf5a6f4246 |
UHC | ?ε?ZoBF | 0011111110100101111001010011111101011010011011110100001001000110 | 3fa5e53f5a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)