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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譚野噫 | 111001101001110110010110111011001001101010000000 | e69d96ec9a80 |
EUC-JP | 譚野噫 | 111010111111110111001100111011101101001111100000 | ebfdcceed3e0 |
UTF-8 | 譚野噫 | 111010001010110110011010111010011000011110001110111001011001100110101011 | e8ad9ae9878ee599ab |
UHC | 譚野噫 | 110100111100100111100101101011111111110111101101 | d3c9e5affded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)