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 | 嵭ミ踪 | 1111101010110011110100001110011101001000 | fab3d0e748 |
EUC-JP | 嵭ミ踪 | 10001111101110111101111010001110110100001110110110101001 | 8fbbde8ed0eda9 |
UTF-8 | 嵭ミ踪 | 111001011011010110101101111011111011111010010000111010001011100010101010 | e5b5adefbe90e8b8aa |
UHC | ??踪 | 00111111001111111111000110100001 | 3f3ff1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)