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 | 載斑? | 1000110111011010100101001100000100111111 | 8dda94c13f |
EUC-JP | 載斑? | 1011101011011100110010001100001100111111 | badcc8c33f |
UTF-8 | 載斑ㄱ | 111010001011110010001001111001101001011010010001111000111000010010110001 | e8bc89e69691e384b1 |
UHC | 載斑ㄱ | 111011101011000011011010111010001010010010100001 | eeb0dae8a4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)