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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???菅 | 0011111100111111001111111001000010011011 | 3f3f3f909b |
EUC-JP | ???菅 | 0011111100111111001111111011111111111011 | 3f3f3fbffb |
UTF-8 | 뵌롛렗菅 | 111010111011010110001100111010111010000110011011111010111010000010010111111010001000111110000101 | ebb58ceba19beba097e88f85 |
UHC | 뵌롛렗菅 | 1011101011001000100011101101111110001110101011001100111010111001 | bac88edf8eacceb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)