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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?磅h?磅 | 00111111111000011111101001101000001111111110000111111010 | 3fe1fa683fe1fa |
EUC-JP | ?磅h?磅 | 00111111111000101111110001101000001111111110001011111100 | 3fe2fc683fe2fc |
UTF-8 | 렺磅h렺磅 | 11101011101000001011101011100111101000111000010101101000111010111010000010111010111001111010001110000101 | eba0bae7a38568eba0bae7a385 |
UHC | 렺磅h렺磅 | 100011101100001011011011101101100110100010001110110000101101101110110110 | 8ec2dbb6688ec2dbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)