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 | 粗??? | 1001000101100101001111110011111100111111 | 91653f3f3f |
EUC-JP | 粗??? | 1100000111000110001111110011111100111111 | c1c63f3f3f |
UTF-8 | 粗롛롁롇 | 111001111011001010010111111010111010000110011011111010111010000110000001111010111010000110000111 | e7b297eba19beba181eba187 |
UHC | 粗롛롁롇 | 1111000011011000100011101101111110001110110010001000111011001101 | f0d88edf8ec88ecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)