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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | 邪籃自萃x | 100011101101011111100010110101011000111010101001111001001100001001111000 | 8ed7e2d58ea9e4c278 |
EUC-JP | 邪籃自萃x | 101111001101100111100100110101111011110010101011111010001100010001111000 | bcd9e4d7bcabe8c478 |
UTF-8 | 邪籃自萃x | 11101001100000101010101011100111101100011000001111101000100001111010101011101000100100001000001101111000 | e982aae7b183e887aae8908378 |
UHC | 邪籃自萃x | 110111101111011111010101101111101110110110111011111101011111111001111000 | def7d5beedbbf5fe78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)