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 | ?釜岫 | 0011111110001010100110001001101110101011 | 3f8a989bab |
EUC-JP | ?釜岫 | 0011111110110011111110001101011010101101 | 3fb3f8d6ad |
UTF-8 | 뤒釜岫 | 111010111010010010010010111010011000011110011100111001011011001010101011 | eba492e9879ce5b2ab |
UHC | 뤒釜岫 | 100011111100001011011101101111001110000111111011 | 8fc2ddbce1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)