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 | ?庚牛 | 0011111110001101010011011000101110001101 | 3f8d4d8b8d |
EUC-JP | ?庚牛 | 0011111110111001101011101011010111101101 | 3fb9aeb5ed |
UTF-8 | 찻庚牛 | 111011001011000010111011111001011011101010011010111001111000100110011011 | ecb0bbe5ba9ae7899b |
UHC | 찻庚牛 | 110000101111111011001100110100101110100111011010 | c2feccd2e9da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)