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 | ?栓? | 00111111100100001111000000111111 | 3f90f03f |
EUC-JP | ?栓? | 00111111110000001111001000111111 | 3fc0f23f |
UTF-8 | 뤻栓ㅶ | 111010111010010010111011111001101010000010010011111000111000010110110110 | eba4bbe6a093e385b6 |
UHC | 뤻栓ㅶ | 100011111110100111101110111110111010010011100110 | 8fe9eefba4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)