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 | 顏ア讓」粫 | 1110100011111000101100011110011010101000101000111110001011100110 | e8f8b1e6a8a3e2e6 |
EUC-JP | 顏ア讓」粫 | 11110000111110101000111010110001111011001010101010001110101000111110010011101000 | f0fa8eb1ecaa8ea3e4e8 |
UTF-8 | 顏ア讓」粫 | 111010011010000110001111111011111011110110110001111010001010111010010011111011111011110110100011111001111011001010101011 | e9a18fefbdb1e8ae93efbda3e7b2ab |
UHC | ??讓?? | 001111110011111111100101110100110011111100111111 | 3f3fe5d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)