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 | 撓??撓ο? | 100111011001101000111111001111111001110110011010100000111100110100111111 | 9d9a3f3f9d9a83cd3f |
EUC-JP | 撓??撓ο? | 110110011111101000111111001111111101100111111010101001101100111100111111 | d9fa3f3fd9faa6cf3f |
UTF-8 | 撓쒙슉撓ο쉭 | 1110011010010010100100111110110010010010100110011110110010001010100010011110011010010010100100111100111010111111111011001000100110101101 | e69293ec9299ec8a89e69293cebfec89ad |
UHC | 撓쒙슉撓ο쉭 | 111010001111010110011100111011111011110110110101111010001111010110100101111011111011110110101101 | e8f59cefbdb5e8f5a5efbdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)