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 | 癲???ε9 | 111000011001111100111111001111110011111110000011110000111000001001011000 | e19f3f3f3f83c38258 |
EUC-JP | 癲???ε9 | 111000101010000100111111001111110011111110100110110001011010001110111001 | e2a13f3f3fa6c5a3b9 |
UTF-8 | 癲숈슜杻ε9 | 1110011110011001101100101110110010001000100010001110110010001010100111001110111110100111100010001100111010110101111011111011110010011001 | e799b2ec8888ec8a9cefa788ceb5efbc99 |
UHC | 癲숈슜杻ε9 | 111011111010011010011001111011001001101010101001111010101111010010100101111001011010001110111001 | efa699ec9aa9eaf4a5e5a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)