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 | 酌軸灼 | 100011101101111010001110101100101000111011011100 | 8ede8eb28edc |
EUC-JP | 酌軸灼 | 101111001110000010111100101101001011110011011110 | bce0bcb4bcde |
UTF-8 | 酌軸灼 | 111010011000010110001100111010001011101110111000111001111000000110111100 | e9858ce8bbb8e781bc |
UHC | 酌軸灼 | 111011011100110011110101111011101110110111000111 | edccf5eeedc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)