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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 灼室[灼室[^ | 1000111011011100100011101011101001011011100011101101110010001110101110100101101101011110 | 8edc8eba5b8edc8eba5b5e |
EUC-JP | 灼室[灼室[^ | 1011110011011110101111001011110001011011101111001101111010111100101111000101101101011110 | bcdebcbc5bbcdebcbc5b5e |
UTF-8 | 灼室[灼室[^ | 111001111000000110111100111001011010111010100100010110111110011110000001101111001110010110101110101001000101101101011110 | e781bce5aea45be781bce5aea45b5e |
UHC | 灼室[灼室[^ | 1110110111000111111000111111100001011011111011011100011111100011111110000101101101011110 | edc7e3f85bedc7e3f85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)