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 | 鵝??厓?? | 1110101001000000001111110011111111111010100011010011111100111111 | ea403f3ffa8d3f3f |
EUC-JP | 鵝??厓?? | 111100111010000100111111001111111000111110110100110001110011111100111111 | f3a13f3f8fb4c73f3f |
UTF-8 | 鵝녺떥厓⒴뜏 | 111010011011010110011101111010111000010110111010111010111001011010100101111001011000111010010011111000101001001010110100111010111001110010001111 | e9b59deb85baeb96a5e58e93e292b4eb9c8f |
UHC | 鵝녺떥厓⒴뜏 | 111001001011110110000110111001111000101110111000111001001110110110101001111001011000110110010010 | e4bd86e78bb8e4eda9e58d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)