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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??援ε? | 111000011001111100111111001111111000100110000111100000111100001100111111 | e19f3f3f898783c33f |
EUC-JP | 癲??援ε? | 111000101010000100111111001111111011000111100111101001101100010100111111 | e2a13f3fb1e7a6c53f |
UTF-8 | 癲숆낄援ε죰 | 1110011110011001101100101110110010001000100001101110101110000010100001001110011010001111101101001100111010110101111011001010001110110000 | e799b2ec8886eb8284e68fb4ceb5eca3b0 |
UHC | 癲숆낄援ε죰 | 111011111010011010011001111010101011001110100101111010101011010110100101111001011010000110001011 | efa699eab3a5eab5a5e5a18b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)