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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 辰揃辰揃h | 100100100100001110010001101101011001001001000011100100011011010101101000 | 924391b5924391b568 |
EUC-JP | 辰揃辰揃h | 110000111010010011000010101101111100001110100100110000101011011101101000 | c3a4c2b7c3a4c2b768 |
UTF-8 | 辰揃辰揃h | 11101000101111101011000011100110100011111000001111101000101111101011000011100110100011111000001101101000 | e8beb0e68f83e8beb0e68f8368 |
UHC | 辰?辰?h | 11110010111000110011111111110010111000110011111101101000 | f2e33ff2e33f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)