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 | 雲???提媛 | 100010010101111100111111001111110011111110010010111100011001010101010001 | 895f3f3f3f92f19551 |
EUC-JP | 雲???提媛 | 101100011100000000111111001111110011111111000100111100111100100110110010 | b1c03f3f3fc4f3c9b2 |
UTF-8 | 雲띨렋댄提媛 | 111010011001101110110010111010111001110110101000111010111010000010001011111010111000110010000100111001101000111110010000111001011010101010011011 | e99bb2eb9da8eba08beb8c84e68f90e5aa9b |
UHC | 雲띨렋댄提媛 | 111010101010001110110110111011101000111010100010101101001110110111110000101010111110101010110000 | eaa3b6ee8ea2b4edf0abeab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)