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 | 銖哮銖 | 111001111111000110011010010010111110011111110001 | e7f19a4be7f1 |
EUC-JP | 銖哮銖 | 111011101111001111010011101011001110111011110011 | eef3d3aceef3 |
UTF-8 | 銖哮銖 | 111010011000101010010110111001011001001110101110111010011000101010010110 | e98a96e593aee98a96 |
UHC | 銖哮銖 | 111000101100011111111100111101101110001011000111 | e2c7fcf6e2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)