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 | 容??冶 | 100101110110010100111111001111111001011011101000 | 97653f3f96e8 |
EUC-JP | 容??冶 | 110011011100011000111111001111111100110011101010 | cdc63f3fccea |
UTF-8 | 容띿꽱冶 | 111001011010111010111001111010111001110110111111111010101011110110110001111001011000011010110110 | e5aeb9eb9dbfeabdb1e586b6 |
UHC | 容띿꽱冶 | 1110100110111011100011011110110010000100101111001110010110100111 | e9bb8dec84bce5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)