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 | 吟訥番 | 100010111110000111100110011000111001010011010100 | 8be1e66394d4 |
EUC-JP | 吟訥番 | 101101101110001111101011110001001100100011010110 | b6e3ebc4c8d6 |
UTF-8 | 吟訥番 | 111001011001000010011111111010001010100010100101111001111001010110101010 | e5909fe8a8a5e795aa |
UHC | 吟訥番 | 111010111110000111010010111011011101101111100011 | ebe1d2eddbe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)