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 | 蠇自肛 | 111110111010000110001110101010011110001111101000 | fba18ea9e3e8 |
EUC-JP | ?自肛 | 0011111110111100101010111110011011101010 | 3fbcabe6ea |
UTF-8 | 蠇自肛 | 111010001010000010000111111010001000011110101010111010001000001010011011 | e8a087e887aae8829b |
UHC | ?自肛 | 0011111111101101101110111111100111111101 | 3fedbbf9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)