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 | 昇??? | 1000111110111000001111110011111100111111 | 8fb83f3f3f |
EUC-JP | 昇??? | 1011111010111010001111110011111100111111 | beba3f3f3f |
UTF-8 | 昇뜇룱亮 | 111001101001100010000111111010111001110010000111111010111010001110110001111011111010010110110111 | e69887eb9c87eba3b1efa5b7 |
UHC | 昇뜇룱亮 | 1110001110110000100011011000101010001111101001101110010110111001 | e3b08d8a8fa6e5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)