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 | 鵝??隘?? | 1110101001000000001111110011111111101000101001010011111100111111 | ea403f3fe8a53f3f |
EUC-JP | 鵝??隘?? | 1111001110100001001111110011111111110000101001110011111100111111 | f3a13f3ff0a73f3f |
UTF-8 | 鵝녻쥤隘녶뜏 | 111010011011010110011101111010111000010110111011111011001010010110100100111010011001101010011000111010111000010110110110111010111001110010001111 | e9b59deb85bbeca5a4e99a98eb85b6eb9c8f |
UHC | 鵝녻쥤隘녶뜏 | 111001001011110110000110111010001010001010010110111001001111011010000110111001011000110110010010 | e4bd86e8a296e4f686e58d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)