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 | 渹嫉瀨 | 111110110100011010001110101110011111101101010000 | fb468eb9fb50 |
EUC-JP | 渹嫉? | 100011111100011111101110101111001011101100111111 | 8fc7eebcbb3f |
UTF-8 | 渹嫉瀨 | 111001101011100010111001111001011010101110001001111001111000000010101000 | e6b8b9e5ab89e780a8 |
UHC | ?嫉瀨 | 0011111111110010111011001101011011101110 | 3ff2ecd6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)