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 | 葯ъ? | 1110010011011110100001001000110000111111 | e4de848c3f |
EUC-JP | 葯ъ? | 1110100011100000101001111110110000111111 | e8e0a7ec3f |
UTF-8 | 葯ъ냄 | 1110100010010001101011111101000110001010111010111000001110000100 | e891afd18aeb8384 |
UHC | 葯ъ냄 | 111001011011010110101100111011001011001110111111 | e5b5acecb3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)