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 | ?????yB | 00111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f7942 |
SJIS-WIN | 闍滄囂菫ョyB | 1110100010001011100111111110100110011010100011111110010010111111101011100111100101000010 | e88b9fe99a8fe4bfae7942 |
EUC-JP | 闍滄囂菫ョyB | 111011111110101111011110111010111101001111101111111010001100000110001110101011100111100101000010 | efebdeebd3efe8c18eae7942 |
UTF-8 | 闍滄囂菫ョyB | 1110100110010111100011011110011010111011100001001110010110011011100000101110100010001111101010111110111110111101101011100111100101000010 | e9978de6bb84e59b82e88fabefbdae7942 |
UHC | ?滄?菫?yB | 001111111111001111100111001111111101000011001011001111110111100101000010 | 3ff3e73fd0cb3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)