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 | 阿??殉 | 100010001010001000111111001111111000111101111101 | 88a23f3f8f7d |
EUC-JP | 阿??殉 | 101100001010010000111111001111111011110111011110 | b0a43f3fbdde |
UTF-8 | 阿잛빇殉 | 111010011001100010111111111011001001111010011011111010111011100110000111111001101010111010001001 | e998bfec9e9bebb987e6ae89 |
UHC | 阿잛빇殉 | 1110010010111001100111111110110010010101101011101110001011100110 | e4b99fec95aee2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)