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 | 螂ェ驕懷ュォ | 111001011010010110101010111010011000000110011100111001011010110110101011 | e5a5aae9819ce5adab |
EUC-JP | 螂ェ驕懷ュォ | 111010101010011110001110101010101111000111100001110110001110011110001110101011011000111010101011 | eaa78eaaf1e1d8e78ead8eab |
UTF-8 | 螂ェ驕懷ュォ | 111010001001111010000010111011111011110110101010111010011010100110010101111001101000011110110111111011111011110110101101111011111011110110101011 | e89e82efbdaae9a995e687b7efbdadefbdab |
UHC | 螂?驕懷?? | 110101011100110000111111110011101111011011111100111000110011111100111111 | d5cc3fcef6fce33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)