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 | 譖懷剛 | 111001101001101110011100111001011000110110000100 | e69b9ce58d84 |
EUC-JP | 譖懷剛 | 111010111111101111011000111001111011100111100100 | ebfbd8e7b9e4 |
UTF-8 | 譖懷剛 | 111010001010110110010110111001101000011110110111111001011000100110011011 | e8ad96e687b7e5899b |
UHC | ?懷剛 | 0011111111111100111000111100101110100111 | 3ffce3cba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)