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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 孰船Y | 1001101101111000100100010100010001011001 | 9b78914459 |
EUC-JP | 孰船Y | 1101010111011001110000011010010101011001 | d5d9c1a559 |
UTF-8 | 孰船Y | 11100101101011011011000011101000100010001011100101011001 | e5adb0e888b959 |
UHC | 孰船Y | 1110001011010101111000001100111101011001 | e2d5e0cf59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)