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 | 撓????? | 10011101100110100011111100111111001111110011111100111111 | 9d9a3f3f3f3f3f |
EUC-JP | 撓????? | 11011001111110100011111100111111001111110011111100111111 | d9fa3f3f3f3f3f |
UTF-8 | 撓쒙슉料뀐숱 | 111001101001001010010011111011001001001010011001111011001000101010001001111011111010011010111110111010111000000010010000111011001000100010110001 | e69293ec9299ec8a89efa6beeb8090ec88b1 |
UHC | 撓쒙슉料뀐숱 | 111010001111010110011100111011111011110110110101111010001111011110110010111011111011110110100010 | e8f59cefbdb5e8f7b2efbda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)