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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 葯鯛 | 11100100110111101001000111100010 | e4de91e2 |
EUC-JP | 葯鯛 | 11101000111000001100001011100100 | e8e0c2e4 |
UTF-8 | 葯鯛 | 111010001001000110101111111010011010111110011011 | e891afe9af9b |
UHC | 葯? | 111001011011010100111111 | e5b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)