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 | 螂」螟ュ縺敬 | 11100101101001011010001111100101101001001010110111100011100000011000110001101000 | e5a5a3e5a4ade3818c68 |
EUC-JP | 螂」螟ュ縺敬 | 111010101010011110001110101000111110101010100110100011101010110111100101111000011011011111001001 | eaa78ea3eaa68eade5e1b7c9 |
UTF-8 | 螂」螟ュ縺敬 | 111010001001111010000010111011111011110110100011111010001001111010011111111011111011110110101101111001111011100010111010111001101001010110101100 | e89e82efbda3e89e9fefbdade7b8bae695ac |
UHC | 螂?螟??敬 | 110101011100110000111111110110011010110100111111001111111100110011010111 | d5cc3fd9ad3f3fccd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)