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 | ??o?? | 0011111100111111011011110011111100111111 | 3f3f6f3f3f |
SJIS-WIN | ??o?薑 | 001111110011111101101111001111111110010101000111 | 3f3f6f3fe547 |
EUC-JP | ??o?薑 | 001111110011111101101111001111111110100110101000 | 3f3f6f3fe9a8 |
UTF-8 | 렻렮o렺薑 | 11101011101000001011101111101011101000001010111001101111111010111010000010111010111010001001011010010001 | eba0bbeba0ae6feba0bae89691 |
UHC | 렻렮o렺薑 | 100011101100001110001110101110110110111110001110110000101100101110111001 | 8ec38ebb6f8ec2cbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)