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 | 遶ェ蟄伜ュォ | 111001111010101110101010111001011010110110011000111001011010110110101011 | e7abaae5ad98e5adab |
EUC-JP | 遶ェ蟄伜ュォ | 111011101010110110001110101010101110101010101111110100001110011110001110101011011000111010101011 | eead8eaaeaafd0e78ead8eab |
UTF-8 | 遶ェ蟄伜ュォ | 111010011000000110110110111011111011110110101010111010001001111110000100111001001011110010011100111011111011110110101101111011111011110110101011 | e981b6efbdaae89f84e4bc9cefbdadefbdab |
UHC | ??蟄??? | 00111111001111111111011011011110001111110011111100111111 | 3f3ff6de3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)