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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 北脩 | 10010110011010111110001111111001 | 966be3f9 |
EUC-JP | 北脩 | 11001011110011001110011011111011 | cbcce6fb |
UTF-8 | 北脩 | 111001011000110010010111111010001000010010101001 | e58c97e884a9 |
UHC | 北脩 | 11011101110000011110001010111011 | ddc1e2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)