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 | ?男歟? | 001111111001001001101010100111110110001000111111 | 3f926a9f623f |
EUC-JP | ?男歟? | 001111111100001111001011110111011100001100111111 | 3fc3cbddc33f |
UTF-8 | 룶男歟룵 | 111010111010001110110110111001111001010010110111111001101010110110011111111010111010001110110101 | eba3b6e794b7e6ad9feba3b5 |
UHC | 룶男歟룵 | 1000111110101011110100011111101111100110101000101000111110101010 | 8fabd1fbe6a28faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)