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 | 鬻企? | 111000101111011010001010111010011000000101001000 | e2f68ae98148 |
EUC-JP | 鬻企? | 111001001111100010110100111010111010000110101001 | e4f8b4eba1a9 |
UTF-8 | 鬻企? | 111010011010110010111011111001001011110010000001111011111011110010011111 | e9acbbe4bc81efbc9f |
UHC | ?企? | 0011111111010000111010101010001110111111 | 3fd0eaa3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)