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 | 蠇自甯 | 111110111010000110001110101010011111101010101000 | fba18ea9faa8 |
EUC-JP | ?自甯 | 001111111011110010101011100011111100110110101010 | 3fbcab8fcdaa |
UTF-8 | 蠇自甯 | 111010001010000010000111111010001000011110101010111001111001010010101111 | e8a087e887aae794af |
UHC | ?自? | 00111111111011011011101100111111 | 3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)