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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬆。繧ヲ | 111010011010000010100001111000111000001010100110 | e9a0a1e382a6 |
EUC-JP | 鬆。繧ヲ | 1111001010100010100011101010000111100101111000101000111010100110 | f2a28ea1e5e28ea6 |
UTF-8 | 鬆。繧ヲ | 111010011010110010000110111011111011110110100001111001111011100110100111111011111011110110100110 | e9ac86efbda1e7b9a7efbda6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)