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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 鞜勤啣] | 11101000110111111000101111001110100110100101000101011101 | e8df8bce9a515d |
EUC-JP | 鞜勤啣] | 11110000111000011011011011010000110100111011001001011101 | f0e1b6d0d3b25d |
UTF-8 | 鞜勤啣] | 11101001100111101001110011100101100010111010010011100101100101011010001101011101 | e99e9ce58ba4e595a35d |
UHC | ?勤啣] | 001111111101000011000011111110011110000101011101 | 3fd0c3f9e15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)