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 | 雍悶Η | 111010001011010010010110111000111000001110100101 | e8b496e383a5 |
EUC-JP | 雍悶Η | 111100001011011011001100111001011010011010100111 | f0b6cce5a6a7 |
UTF-8 | 雍悶Η | 1110100110011011100011011110011010000010101101101100111010010111 | e99b8de682b6ce97 |
UHC | 雍悶Η | 111010001011110011011010101111111010010111000111 | e8bcdabfa5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)