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 | ル杦氿杦 | 11011001111110101110000111111010111101011111101011100001 | d9fae1faf5fae1 |
EUC-JP | ル杦氿杦 | 1000111011011001100011111100001110100001100011111100011011010111100011111100001110100001 | 8ed98fc3a18fc6d78fc3a1 |
UTF-8 | ル杦氿杦 | 111011111011111010011001111001101001110110100110111001101011000010111111111001101001110110100110 | efbe99e69da6e6b0bfe69da6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)