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 | 虎????? | 10001100110101010011111100111111001111110011111100111111 | 8cd53f3f3f3f3f |
EUC-JP | 虎????? | 10111000110101110011111100111111001111110011111100111111 | b8d73f3f3f3f3f |
UTF-8 | 虎비렱肋렰렖 | 111010001001100110001110111010111011100110000100111010111010000010110001111011111010010110010011111010111010000010110000111010111010000010010110 | e8998eebb984eba0b1efa593eba0b0eba096 |
UHC | 虎비렱肋렰렖 | 111110111101101110111010111100011000111010111110110100101111000110001110101111011000111010101011 | fbdbbaf18ebed2f18ebd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)