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 | 赤肆們 | 100100001101010011100011111001101001100011101100 | 90d4e3e698ec |
EUC-JP | 赤肆們 | 110000001101011011100110111010001101000011101110 | c0d6e6e8d0ee |
UTF-8 | 赤肆們 | 111010001011010110100100111010001000001010000110111001011000000010010001 | e8b5a4e88286e58091 |
UHC | 赤肆們 | 111011101110010111011110111010111101100111111010 | eee5deebd9fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)