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 | ?螟???? | 00111111111001011010010000111111001111110011111100111111 | 3fe5a43f3f3f3f |
EUC-JP | ?螟???? | 00111111111010101010011000111111001111110011111100111111 | 3feaa63f3f3f3f |
UTF-8 | 렺螟렻렋렺렕 | 111010111010000010111010111010001001111010011111111010111010000010111011111010111010000010001011111010111010000010111010111010111010000010010101 | eba0bae89e9feba0bbeba08beba0baeba095 |
UHC | 렺螟렻렋렺렕 | 100011101100001011011001101011011000111011000011100011101010001010001110110000101000111010101010 | 8ec2d9ad8ec38ea28ec28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)