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 | 松?+ | 1000111110111100001111111000000101111011 | 8fbc3f817b |
EUC-JP | 松?+ | 1011111010111110001111111010000111011100 | bebe3fa1dc |
UTF-8 | 松듬+ | 111001101001110110111110111010111001001110101100111011111011110010001011 | e69dbeeb93acefbc8b |
UHC | 松듬+ | 111000011110011010110101111010111010001110101011 | e1e6b5eba3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)