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 | 爵灼場 | 100011101101110110001110110111001000111111101010 | 8edd8edc8fea |
EUC-JP | 爵灼場 | 101111001101111110111100110111101011111011101100 | bcdfbcdebeec |
UTF-8 | 爵灼場 | 111001111000100010110101111001111000000110111100111001011010000010110100 | e788b5e781bce5a0b4 |
UHC | 爵灼場 | 111011011100100111101101110001111110110111011110 | edc9edc7edde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)