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 | ?覽?似 | 001111111110011001010100001111111000111010010111 | 3fe6543f8e97 |
EUC-JP | ?覽?似 | 001111111110101110110101001111111011101111110111 | 3febb53fbbf7 |
UTF-8 | 렺覽렺似 | 111010111010000010111010111010001010011010111101111010111010000010111010111001001011110010111100 | eba0bae8a6bdeba0bae4bcbc |
UHC | 렺覽렺似 | 1000111011000010110101011100001010001110110000101101111011000100 | 8ec2d5c28ec2dec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)