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 | 語??藥 | 100011001110101000111111001111111110010101011010 | 8cea3f3fe55a |
EUC-JP | 語??藥 | 101110001110110000111111001111111110100110111011 | b8ec3f3fe9bb |
UTF-8 | 語ⓨ낡藥 | 111010001010101010011110111000101001001110101000111010111000001010100001111010001001011110100101 | e8aa9ee293a8eb82a1e897a5 |
UHC | 語ⓨ낡藥 | 1110010111011110101010001110010110110011101100001110010110110111 | e5dea8e5b3b0e5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)