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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 珈韈獗眩 | 1110000011011011111010001110011111100000110100111110000110111111 | e0dbe8e7e0d3e1bf |
EUC-JP | 珈韈獗眩 | 1110000011011101111100001110100111100000110101011110001011000001 | e0ddf0e9e0d5e2c1 |
UTF-8 | 珈韈獗眩 | 111001111000111110001000111010011001111110001000111001111000110110010111111001111001110010101001 | e78f88e99f88e78d97e79ca9 |
UHC | ??獗眩 | 001111110011111111001111111100011111101011011111 | 3f3fcff1fadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)