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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 莨漏h莨漏 | 111001001011110010011000010100100110100011100100101111001001100001010010 | e4bc985268e4bc9852 |
EUC-JP | 莨漏h莨漏 | 111010001011111011001111101100110110100011101000101111101100111110110011 | e8becfb368e8becfb3 |
UTF-8 | 莨漏h莨漏 | 11101000100011101010100011100110101111001000111101101000111010001000111010101000111001101011110010001111 | e88ea8e6bc8f68e88ea8e6bc8f |
UHC | ?漏h?漏 | 00111111110101111010100101101000001111111101011110101001 | 3fd7a9683fd7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)