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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顏エ譴ァ蔔 | 1110100011111000101101001110011010100010101001111110010011110111 | e8f8b4e6a2a7e4f7 |
EUC-JP | 顏エ譴ァ蔔 | 11110000111110101000111010110100111011001010010010001110101001111110100011111001 | f0fa8eb4eca48ea7e8f9 |
UTF-8 | 顏エ譴ァ蔔 | 111010011010000110001111111011111011110110110100111010001010110110110100111011111011110110100111111010001001010010010100 | e9a18fefbdb4e8adb4efbda7e89494 |
UHC | ??譴?蔔 | 00111111001111111100110010111001001111111101110011011011 | 3f3fccb93fdcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)