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 | 辰形尊 | 100100100100001110001100011000001001000110111000 | 92438c6091b8 |
EUC-JP | 辰形尊 | 110000111010010010110111110000011100001010111010 | c3a4b7c1c2ba |
UTF-8 | 辰形尊 | 111010001011111010110000111001011011110110100010111001011011000010001010 | e8beb0e5bda2e5b08a |
UHC | 辰形尊 | 111100101110001111111011101000011111000011101110 | f2e3fba1f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)