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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 上メ淏 | 1000111111100011110100101111101101000010 | 8fe3d2fb42 |
EUC-JP | 上メ淏 | 10111110111001011000111011010010100011111100011111011001 | bee58ed28fc7d9 |
UTF-8 | 上メ淏 | 111001001011100010001010111011111011111010010010111001101011011110001111 | e4b88aefbe92e6b78f |
UHC | 上?淏 | 1101111110111110001111111111101111001000 | dfbe3ffbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)