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 | 禹荳? | 1110001001011010111001001011100000111111 | e25ae4b83f |
EUC-JP | 禹荳? | 1110001110111011111010001011101000111111 | e3bbe8ba3f |
UTF-8 | 禹荳썬 | 111001111010011010111001111010001000110110110011111011001000110110101100 | e7a6b9e88db3ec8dac |
UHC | 禹荳썬 | 111010011110000011010100111001011011110111100011 | e9e0d4e5bde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)