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 | 至?弔烽? | 1000111010001010001111111001001010100010111000001000001000111111 | 8e8a3f92a2e0823f |
EUC-JP | 至?弔烽? | 1011101111101010001111111100010010100100110111111110001000111111 | bbea3fc4a4dfe23f |
UTF-8 | 至렞弔烽깐 | 111010001000011110110011111010111010000010011110111001011011110010010100111001111000001110111101111010101011100110010000 | e887b3eba09ee5bc94e783bdeab990 |
UHC | 至렞弔烽깐 | 11110010101110001000111010101111111100001100000011011100111010111011000111110001 | f2b88eaff0c0dcebb1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)