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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 籥漱誑^ | 11100010110111101001111111111001111001100111001101011110 | e2de9ff9e6735e |
EUC-JP | 籥漱誑^ | 11100100111000001101111011111011111010111101010001011110 | e4e0defbebd45e |
UTF-8 | 籥漱誑^ | 11100111101100011010010111100110101111001011000111101000101010101001000101011110 | e7b1a5e6bcb1e8aa915e |
UHC | ?漱?^ | 0011111111100010101010110011111101011110 | 3fe2ab3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)