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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 坦続鱈損\ | 100100100101001010010001101100011001001001001100100100011011100101011100 | 925291b1924c91b95c |
EUC-JP | 坦続鱈損\ | 110000111011001111000010101100111100001110101101110000101011101101011100 | c3b3c2b3c3adc2bb5c |
UTF-8 | 坦続鱈損\ | 11100101100111011010011011100111101101101001101011101001101100011000100011100110100100001000110101011100 | e59da6e7b69ae9b188e6908d5c |
UHC | 坦??損\ | 11110111101001000011111100111111111000011101111101011100 | f7a43f3fe1df5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)