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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 髀鷹書^ | 11101001100011111001000111101001100011111001000101011110 | e98f91e98f915e |
EUC-JP | 髀鷹書^ | 11110001111011111100001011101011101111011111000101011110 | f1efc2ebbdf15e |
UTF-8 | 髀鷹書^ | 11101001101010111000000011101001101101111011100111100110100110111011100001011110 | e9ab80e9b7b9e69bb85e |
UHC | ?鷹書^ | 001111111110101111101101110111111111011001011110 | 3febeddff65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)