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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ピ?純? | 0011111100111111100000110111001100111111100011111000001100111111 | 3f3f83733f8f833f |
EUC-JP | ??ピ?純? | 0011111100111111101001011101010000111111101111011110001100111111 | 3f3fa5d43fbde33f |
UTF-8 | 룶퀛ピ룵純▣ | 111010111010001110110110111011011000000010011011111000111000001110010100111010111010001110110101111001111011010010010100111000101001011010100011 | eba3b6ed809be38394eba3b5e7b494e296a3 |
UHC | 룶퀛ピ룵純▣ | 100011111010101110110011100011111010101111010100100011111010101011100010111011011010001011000011 | 8fabb38fabd48faae2eda2c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)