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 | 韋帛彫 | 111010001110100010011011111001011001001010100100 | e8e89be592a4 |
EUC-JP | 韋帛彫 | 111100001110101011010110111001111100010010100110 | f0ead6e7c4a6 |
UTF-8 | 韋帛彫 | 111010011001111110001011111001011011100010011011111001011011110110101011 | e99f8be5b89be5bdab |
UHC | 韋帛彫 | 111010101101111111011011110110011111000011000001 | eadfdbd9f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)