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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銖咲イ区 | 11100111111100011000110111100111101100101000101111100110 | e7f18de7b28be6 |
EUC-JP | 銖咲イ区 | 1110111011110011101110101110100110001110101100101011011011101000 | eef3bae98eb2b6e8 |
UTF-8 | 銖咲イ区 | 111010011000101010010110111001011001001010110010111011111011110110110010111001011000110010111010 | e98a96e592b2efbdb2e58cba |
UHC | 銖??? | 1110001011000111001111110011111100111111 | e2c73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)