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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?栓ε | 0011111110010000111100001000001111000011 | 3f90f083c3 |
EUC-JP | ?栓ε | 0011111111000000111100101010011011000101 | 3fc0f2a6c5 |
UTF-8 | 뤻栓ε | 1110101110100100101110111110011010100000100100111100111010110101 | eba4bbe6a093ceb5 |
UHC | 뤻栓ε | 100011111110100111101110111110111010010111100101 | 8fe9eefba5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)