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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 粗???? | 100100010110010100111111001111110011111100111111 | 91653f3f3f3f |
EUC-JP | 粗???? | 110000011100011000111111001111110011111100111111 | c1c63f3f3f3f |
UTF-8 | 粗솽섹렏롃 | 111001111011001010010111111011001000011010111101111011001000010010111001111010111010000010001111111010111010000110000011 | e7b297ec86bdec84b9eba08feba183 |
UHC | 粗솽섹렏롃 | 11110000110110001011110011100001101111001011110110001110101001011000111011001010 | f0d8bce1bcbd8ea58eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)