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 | 第冀? | 1001000111100110100110010110001000111111 | 91e699623f |
EUC-JP | 第冀? | 1100001011101000110100011100001100111111 | c2e8d1c33f |
UTF-8 | 第冀췌 | 111001111010110010101100111001011000011010000000111011001011011110001100 | e7acace58680ecb78c |
UHC | 第冀췌 | 111100001010111111010000111011011100001111101001 | f0afd0edc3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)