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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楡勘?? | 100111101011111010001010101010000011111100111111 | 9ebe8aa83f3f |
EUC-JP | 楡勘?? | 110111001100000010110100101010100011111100111111 | dcc0b4aa3f3f |
UTF-8 | 楡勘밥뤗 | 111001101010010110100001111001011000101110011000111010111011000010100101111010111010010010010111 | e6a5a1e58b98ebb0a5eba497 |
UHC | 楡勘밥뤗 | 1110101011111000110010101110101110111001111001001000111111000111 | eaf8caebb9e48fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)