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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 灼実隸^ | 10001110110111001000111011000000111010001010111101011110 | 8edc8ec0e8af5e |
EUC-JP | 灼実隸^ | 10111100110111101011110011000010111100001011000101011110 | bcdebcc2f0b15e |
UTF-8 | 灼実隸^ | 11100111100000011011110011100101101011101001111111101001100110101011100001011110 | e781bce5ae9fe99ab85e |
UHC | 灼??^ | 1110110111000111001111110011111101011110 | edc73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)