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 | 迂? | 100010010100100100111111 | 89493f |
EUC-JP | 迂? | 101100011010101000111111 | b1aa3f |
UTF-8 | 迂펩 | 111010001011111110000010111011011000111010101001 | e8bf82ed8ea9 |
UHC | 迂펩 | 11101001111001101100011011101001 | e9e6c6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)