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 | 癲??靭?┴ | 111000011001111100111111001111111001000001111000001111111000010010101000 | e19f3f3f90783f84a8 |
EUC-JP | 癲??靭?┴ | 111000101010000100111111001111111011111111011001001111111010100010101010 | e2a13f3fbfd93fa8aa |
UTF-8 | 癲뽯슗靭낉┴ | 111001111001100110110010111010111011110110101111111011001000101010010111111010011001110110101101111010111000001010001001111000101001010010110100 | e799b2ebbdafec8a97e99dadeb8289e294b4 |
UHC | 癲뽯슗靭낉┴ | 111011111010011010010110111010111001101010100110111011001110010110000101111011111010011010101010 | efa696eb9aa6ece585efa6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)