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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??靭?ゥ | 111000011001111100111111001111111001000001111000001111111000001101000100 | e19f3f3f90783f8344 |
EUC-JP | 癲??靭?ゥ | 111000101010000100111111001111111011111111011001001111111010010110100101 | e2a13f3fbfd93fa5a5 |
UTF-8 | 癲뽯슗靭낂ゥ | 111001111001100110110010111010111011110110101111111011001000101010010111111010011001110110101101111010111000001010000010111000111000001010100101 | e799b2ebbdafec8a97e99dadeb8282e382a5 |
UHC | 癲뽯슗靭낂ゥ | 111011111010011010010110111010111001101010100110111011001110010110000101111010011010101110100101 | efa696eb9aa6ece585e9aba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)