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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 熙悉肆タ昞 | 111010101010010010001110101110111110001111100110110000001111101011010011 | eaa48ebbe3e6c0fad3 |
EUC-JP | 熙悉肆タ昞 | 1111010010100110101111001011110111100110111010001000111011000000100011111100001010100001 | f4a6bcbde6e88ec08fc2a1 |
UTF-8 | 熙悉肆タ昞 | 111001111000011010011001111001101000001010001001111010001000001010000110111011111011111010000000111001101001100010011110 | e78699e68289e88286efbe80e6989e |
UHC | 熙悉肆?昞 | 111111011111011111100011111110101101111011101011001111111101110010110101 | fdf7e3fadeeb3fdcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)