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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艤?佇? | 111001000111111000111111100110001100100000111111 | e47e3f98c83f |
EUC-JP | 艤?佇坰 | 1110011111011111001111111101000011001010100011111011011111001001 | e7df3fd0ca8fb7c9 |
UTF-8 | 艤렑佇坰 | 111010001000100110100100111010111010000010010001111001001011110110000111111001011001110110110000 | e889a4eba091e4bd87e59db0 |
UHC | 艤렑佇坰 | 1110101111111010100011101010011011101110101101111100110011010000 | ebfa8ea6eeb7ccd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)