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 | 稈躙渙貅 | 1110001001100010111001110101011110011111110100001110011010111010 | e262e7579fd0e6ba |
EUC-JP | 稈躙渙貅 | 1110001111000011111011011011100011011110110100101110110010111100 | e3c3edb8ded2ecbc |
UTF-8 | 稈躙渙貅 | 111001111010100010001000111010001011101010011001111001101011100010011001111010001011001010000101 | e7a888e8ba99e6b899e8b285 |
UHC | 稈?渙? | 110010101101100100111111111111001011100100111111 | cad93ffcb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)