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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鵝?厓?? | 11101010010000000011111111111010100011010011111100111111 | ea403ffa8d3f3f |
EUC-JP | 鵝?厓?? | 1111001110100001001111111000111110110100110001110011111100111111 | f3a13f8fb4c73f3f |
UTF-8 | 鵝냜厓⒴뎴 | 111010011011010110011101111010111000001110011100111001011000111010010011111000101001001010110100111010111000111010110100 | e9b59deb839ce58e93e292b4eb8eb4 |
UHC | 鵝냜厓⒴뎴 | 11100100101111011000011001101000111001001110110110101001111001011000100110000111 | e4bd8668e4eda9e58987 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)