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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??裟共 | 001111110011111110001101101111101000101110100100 | 3f3f8dbe8ba4 |
EUC-JP | ??裟共 | 001111110011111110111010110000001011011010100110 | 3f3fbac0b6a6 |
UTF-8 | 뤿쪔裟共 | 111010111010010010111111111011001010101010010100111010001010001110011111111001011000010110110001 | eba4bfecaa94e8a39fe585b1 |
UHC | 뤿쪔裟共 | 1000111111101011101001011000111011011110111100001100110111101100 | 8feba58edef0cdec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)