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 | 譚野棆轣 | 1110011010011101100101101110110010011110101100001110011110000001 | e69d96ec9eb0e781 |
EUC-JP | 譚野棆轣 | 1110101111111101110011001110111011011100101100101110110111100001 | ebfdcceedcb2ede1 |
UTF-8 | 譚野棆轣 | 111010001010110110011010111010011000011110001110111001101010001110000110111010001011110110100011 | e8ad9ae9878ee6a386e8bda3 |
UHC | 譚野?? | 110100111100100111100101101011110011111100111111 | d3c9e5af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)