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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 堊?????\ | 1001101010111111001111110011111100111111001111110011111101011100 | 9abf3f3f3f3f3f5c |
EUC-JP | 堊?????\ | 1101010011000001001111110011111100111111001111110011111101011100 | d4c13f3f3f3f3f5c |
UTF-8 | 堊앸챸溜뗫젒\ | 11100101101000001000101011101100100101011011100011101100101100011011100011101111101001111000101111101011100101111010101111101100101000001001001001011100 | e5a08aec95b8ecb1b8efa78beb97abeca0925c |
UHC | 堊앸챸溜뗫젒\ | 11100100101111101001110111101011101010101000010111101010111111101000101111101011101000001001000101011100 | e4be9debaa85eafe8beba0915c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)