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 | ?扼楡 | 0011111110011101010011101001111010111110 | 3f9d4e9ebe |
EUC-JP | ?扼楡 | 0011111111011001101011111101110011000000 | 3fd9afdcc0 |
UTF-8 | 읽扼楡 | 111011001001110110111101111001101000100110111100111001101010010110100001 | ec9dbde689bce6a5a1 |
UHC | 읽扼楡 | 110000001101000011100100111110011110101011111000 | c0d0e4f9eaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)