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 | 鴆自鋕 | 111010011110111110001110101010011111101111010100 | e9ef8ea9fbd4 |
EUC-JP | 鴆自鋕 | 11110010111100011011110010101011100011111110010011000000 | f2f1bcab8fe4c0 |
UTF-8 | 鴆自鋕 | 111010011011010010000110111010001000011110101010111010011000101110010101 | e9b486e887aae98b95 |
UHC | ?自? | 00111111111011011011101100111111 | 3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)