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 | ??ピ? | 0011111100111111100000110111001100111111 | 3f3f83733f |
EUC-JP | ??ピ? | 0011111100111111101001011101010000111111 | 3f3fa5d43f |
UTF-8 | 룶퓦ピ룵 | 111010111010001110110110111011011001001110100110111000111000001110010100111010111010001110110101 | eba3b6ed93a6e38394eba3b5 |
UHC | 룶퓦ピ룵 | 1000111110101011101111111000111110101011110101001000111110101010 | 8fabbf8fabd48faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)