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 | 幸捧犢 | 100011010100101110010101111110011110000010110111 | 8d4b95f9e0b7 |
EUC-JP | 幸捧犢 | 101110011010110011001010111110111110000010111001 | b9accafbe0b9 |
UTF-8 | 幸捧犢 | 111001011011100110111000111001101000110110100111111001111000101010100010 | e5b9b8e68da7e78aa2 |
UHC | 幸捧犢 | 111110101011100111011100111010011101010010111011 | fab9dce9d4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)