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 | 淼呎譴 | 111110110100010110011001111001101110011010100010 | fb4599e6e6a2 |
EUC-JP | 淼呎譴 | 10001111110001111110011011010010111010001110110010100100 | 8fc7e6d2e8eca4 |
UTF-8 | 淼呎譴 | 111001101011011110111100111001011001000110001110111010001010110110110100 | e6b7bce5918ee8adb4 |
UHC | ??譴 | 00111111001111111100110010111001 | 3f3fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)