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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 招ミ昉ム^ | 10001111101101011101000011111010110100011101000101011110 | 8fb5d0fad1d15e |
EUC-JP | 招ミ昉ム^ | 10111110101101111000111011010000100011111100000111111000100011101101000101011110 | beb78ed08fc1f88ed15e |
UTF-8 | 招ミ昉ム^ | 11100110100010111001101111101111101111101001000011100110100110001000100111101111101111101001000101011110 | e68b9befbe90e69889efbe915e |
UHC | 招?昉?^ | 11110100111111010011111111011011101100100011111101011110 | f4fd3fdbb23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)