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 | 苑瀨屠 | 100010011001000111111011010100001001001101101010 | 8991fb50936a |
EUC-JP | 苑?屠 | 1011000111110001001111111100010111001011 | b1f13fc5cb |
UTF-8 | 苑瀨屠 | 111010001000101110010001111001111000000010101000111001011011000110100000 | e88b91e780a8e5b1a0 |
UHC | 苑瀨屠 | 111010101011110111010110111011101101001111110101 | eabdd6eed3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)