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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 梓?諍?h | 10001000101100100011111111100110011110010011111101101000 | 88b23fe6793f68 |
EUC-JP | 梓?諍?h | 10110000101101000011111111101011110110100011111101101000 | b0b43febda3f68 |
UTF-8 | 梓렍諍렋h | 11100110101000101001001111101011101000001000110111101000101010111000110111101011101000001000101101101000 | e6a293eba08de8ab8deba08b68 |
UHC | 梓렍諍렋h | 111011101010100110001110101000111110111010110101100011101010001001101000 | eea98ea3eeb58ea268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)