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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鵝?ク | 1110101001000000001111111000001101001110 | ea403f834e |
EUC-JP | 鵝?ク | 1111001110100001001111111010010110101111 | f3a13fa5af |
UTF-8 | 鵝녺ク | 111010011011010110011101111010111000010110111010111000111000001010101111 | e9b59deb85bae382af |
UHC | 鵝녺ク | 111001001011110110000110111001111010101110101111 | e4bd86e7abaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)