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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??ピ?純 | 00111111001111111000001101110011001111111000111110000011 | 3f3f83733f8f83 |
EUC-JP | ??ピ?純 | 00111111001111111010010111010100001111111011110111100011 | 3f3fa5d43fbde3 |
UTF-8 | 룶퀛ピ룵純 | 111010111010001110110110111011011000000010011011111000111000001110010100111010111010001110110101111001111011010010010100 | eba3b6ed809be38394eba3b5e7b494 |
UHC | 룶퀛ピ룵純 | 10001111101010111011001110001111101010111101010010001111101010101110001011101101 | 8fabb38fabd48faae2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)