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 | 螽溽蕎^ | 11100101101010001001111111100111100010111011110001011110 | e5a89fe78bbc5e |
EUC-JP | 螽溽蕎^ | 11101010101010101101111011101001101101101011111001011110 | eaaadee9b6be5e |
UTF-8 | 螽溽蕎^ | 11101000100111101011110111100110101110101011110111101000100101011000111001011110 | e89ebde6babde8958e5e |
UHC | ??蕎^ | 0011111100111111110011101111000001011110 | 3f3fcef05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)