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 | ?臣タ | 0011111110010000011000101000001101011110 | 3f9062835e |
EUC-JP | ?臣タ | 0011111110111111110000111010010110111111 | 3fbfc3a5bf |
UTF-8 | 룶臣タ | 111010111010001110110110111010001000011110100011111000111000001010111111 | eba3b6e887a3e382bf |
UHC | 룶臣タ | 100011111010101111100011111011011010101110111111 | 8fabe3edabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)