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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?鈴}?鈴{^ | 001111111001011111101001011111010011111110010111111010010111101101011110 | 3f97e97d3f97e97b5e |
EUC-JP | ?鈴}?鈴{^ | 001111111100111011101011011111010011111111001110111010110111101101011110 | 3fceeb7d3fceeb7b5e |
UTF-8 | 밟鈴}밟鈴{^ | 111010111011000010011111111010011000100010110100011111011110101110110000100111111110100110001000101101000111101101011110 | ebb09fe988b47debb09fe988b47b5e |
UHC | 밟鈴}밟鈴{^ | 1011100111100010110101101100001001111101101110011110001011010110110000100111101101011110 | b9e2d6c27db9e2d6c27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)