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 | 鈔ア讓ス襄州 | 11100111111000101011000111100110101010001011110111100101111101011000111101000010 | e7e2b1e6a8bde5f58f42 |
EUC-JP | 鈔ア讓ス襄州 | 111011101110010010001110101100011110110010101010100011101011110111101010111101111011110110100011 | eee48eb1ecaa8ebdeaf7bda3 |
UTF-8 | 鈔ア讓ス襄州 | 111010011000100010010100111011111011110110110001111010001010111010010011111011111011110110111101111010001010010110000100111001011011011110011110 | e98894efbdb1e8ae93efbdbde8a584e5b79e |
UHC | ??讓?襄州 | 001111110011111111100101110100110011111111100101110100011111000110110110 | 3f3fe5d33fe5d1f1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)