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 | 羇ш轡褸 | 1110001110110010100001001000101010001100010001001110010111111000 | e3b2848a8c44e5f8 |
EUC-JP | 羇ш轡褸 | 1110011010110100101001111110101010110111101001011110101011111010 | e6b4a7eab7a5eafa |
UTF-8 | 羇ш轡褸 | 1110011110111110100001111101000110001000111010001011110110100001111010001010010010111000 | e7be87d188e8bda1e8a4b8 |
UHC | ?ш?褸 | 001111111010110011101010001111111101011110101110 | 3facea3fd7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)