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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬱莖?瘢ν梯 | 1001111101010100111001001011000100111111111000011000110110000011110010111001001011110010 | 9f54e4b13fe18d83cb92f2 |
EUC-JP | 鬱莖?瘢ν梯 | 1101110110110101111010001011001100111111111000011110110110100110110011011100010011110100 | ddb5e8b33fe1eda6cdc4f4 |
UTF-8 | 鬱莖렩瘢ν梯 | 1110100110101100101100011110100010001110100101101110101110100000101010011110011110011000101000101100111010111101111001101010001010101111 | e9acb1e88e96eba0a9e798a2cebde6a2af |
UHC | 鬱莖렩瘢ν梯 | 111010101010011011001100111011001000111010110111110110101110111010100101111011011111000010101100 | eaa6ccec8eb7daeea5edf0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)