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 | ????b | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
SJIS-WIN | 存孫村贈b | 100100011011011010010001101101111001000110111010100100011010000101100010 | 91b691b791ba91a162 |
EUC-JP | 存孫村贈b | 110000101011100011000010101110011100001010111100110000101010001101100010 | c2b8c2b9c2bcc2a362 |
UTF-8 | 存孫村贈b | 11100101101011011001100011100101101011011010101111100110100111011001000111101000101101001000100001100010 | e5ad98e5adabe69d91e8b48862 |
UHC | 存孫村贈b | 111100001110110111100001110111011111010110111101111100011111110001100010 | f0ede1ddf5bdf1fc62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)