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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 幄z幄zB | 10011011111010000111101010011011111010000111101001000010 | 9be87a9be87a42 |
EUC-JP | 幄z幄zB | 11010110111010100111101011010110111010100111101001000010 | d6ea7ad6ea7a42 |
UTF-8 | 幄z幄zB | 111001011011100110000100011110101110010110111001100001000111101001000010 | e5b9847ae5b9847a42 |
UHC | 幄z幄zB | 11100100110000010111101011100100110000010111101001000010 | e4c17ae4c17a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)