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 | 北蘓北 | 100101100110101111100101010111101001011001101011 | 966be55e966b |
EUC-JP | 北蘓北 | 110010111100110011101001101111111100101111001100 | cbcce9bfcbcc |
UTF-8 | 北蘓北 | 111001011000110010010111111010001001100010010011111001011000110010010111 | e58c97e89893e58c97 |
UHC | 北?北 | 1101110111000001001111111101110111000001 | ddc13fddc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)