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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霎ソ菫苓∮B | 11101000101111101011111111100100101111111001011111101000100001111001001101000010 | e8bebfe4bf97e8879342 |
EUC-JP | 霎ソ菫苓?B | 11110000110000001000111010111111111010001100000111001110111010100011111101000010 | f0c08ebfe8c1ceea3f42 |
UTF-8 | 霎ソ菫苓∮B | 11101001100111001000111011101111101111011011111111101000100011111010101111101000100010111001001111100010100010001010111001000010 | e99c8eefbdbfe88fabe88b93e288ae42 |
UHC | ??菫?∮B | 0011111100111111110100001100101100111111101000101011000101000010 | 3f3fd0cb3fa2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)