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 | 鴨??溢θ? | 100010101001101100111111001111111000100011101100100000111100011000111111 | 8a9b3f3f88ec83c63f |
EUC-JP | 鴨??溢θ? | 101100111111101100111111001111111011000011101110101001101100100000111111 | b3fb3f3fb0eea6c83f |
UTF-8 | 鴨앸퀪溢θ퍨 | 1110100110110100101010001110110010010101101110001110110110000000101010101110011010111010101000101100111010111000111011011000110110101000 | e9b4a8ec95b8ed80aae6baa2ceb8ed8da8 |
UHC | 鴨앸퀪溢θ퍨 | 111001001110010110011101111010111011001110011110111011001110111010100101111010001011101110011111 | e4e59debb39eeceea5e8bb9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)