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 | 鐔?就 | 1110100001011100001111111000111101000001 | e85c3f8f41 |
EUC-JP | 鐔?就 | 1110111110111101001111111011110110100010 | efbd3fbda2 |
UTF-8 | 鐔?就 | 11101001100100001001010000111111111001011011000010110001 | e990943fe5b0b1 |
UHC | ??就 | 00111111001111111111011010100110 | 3f3ff6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)