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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 上ユ勺邪B | 1000111111100011110101011000111011011001100011101101011101000010 | 8fe3d58ed98ed742 |
EUC-JP | 上ユ勺邪B | 101111101110010110001110110101011011110011011011101111001101100101000010 | bee58ed5bcdbbcd942 |
UTF-8 | 上ユ勺邪B | 11100100101110001000101011101111101111101001010111100101100010111011101011101001100000101010101001000010 | e4b88aefbe95e58bbae982aa42 |
UHC | 上?勺邪B | 1101111110111110001111111110110111000011110111101111011101000010 | dfbe3fedc3def742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)