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 | 蟾玖ョ灘キ | 1110010110110111100010111110100010101110100100111110010110110111 | e5b78be8ae93e5b7 |
EUC-JP | 蟾玖ョ灘キ | 11101010101110011011011011101010100011101010111011000110111001111000111010110111 | eab9b6ea8eaec6e78eb7 |
UTF-8 | 蟾玖ョ灘キ | 111010001001111110111110111001111000111010010110111011111011110110101110111001111000000110011000111011111011110110110111 | e89fbee78e96efbdaee78198efbdb7 |
UHC | 蟾玖?灘? | 1110000011101010110011111011100000111111111101111010100000111111 | e0eacfb83ff7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)