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 | ル杦氿 | 1101100111111010111000011111101011110101 | d9fae1faf5 |
EUC-JP | ル杦氿 | 1000111011011001100011111100001110100001100011111100011011010111 | 8ed98fc3a18fc6d7 |
UTF-8 | ル杦氿 | 111011111011111010011001111001101001110110100110111001101011000010111111 | efbe99e69da6e6b0bf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)