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 | 終船? | 1000111101001001100100010100010000111111 | 8f4991443f |
EUC-JP | 終船? | 1011110110101010110000011010010100111111 | bdaac1a53f |
UTF-8 | 終船홴 | 111001111011010110000010111010001000100010111001111011011001100110110100 | e7b582e888b9ed99b4 |
UHC | 終船홴 | 111100001111101111100000110011111100100010110101 | f0fbe0cfc8b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)