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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 邪籐皴B | 10001110110101111110001011011001111000011010110101000010 | 8ed7e2d9e1ad42 |
EUC-JP | 邪籐皴B | 10111100110110011110010011011011111000101010111101000010 | bcd9e4dbe2af42 |
UTF-8 | 邪籐皴B | 11101001100000101010101011100111101100011001000011100111100110101011010001000010 | e982aae7b190e79ab442 |
UHC | 邪??B | 1101111011110111001111110011111101000010 | def73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)