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 | 碎綬? | 1110000111101010100011101111100000111111 | e1ea8ef83f |
EUC-JP | 碎綬? | 1110001011101100101111001111101000111111 | e2ecbcfa3f |
UTF-8 | 碎綬굦 | 111001111010001010001110111001111011011010101100111010101011010110100110 | e7a28ee7b6aceab5a6 |
UHC | 碎綬굦 | 111000011110111111100010101110001000001010001100 | e1efe2b8828c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)