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 | 闥サ繧護刊驕 | 1110100010010010101110111110001110000010100011001110110010001010101001111110100110000001 | e892bbe3828cec8aa7e981 |
EUC-JP | 闥サ繧護刊驕 | 111011111111001010001110101110111110010111100010101110001110111010110100101010011111000111100001 | eff28ebbe5e2b8eeb4a9f1e1 |
UTF-8 | 闥サ繧護刊驕 | 111010011001011110100101111011111011110110111011111001111011100110100111111010001010110110110111111001011000100010001010111010011010100110010101 | e997a5efbdbbe7b9a7e8adb7e5888ae9a995 |
UHC | ???護刊驕 | 001111110011111100111111111110111101111011001010110010101100111011110110 | 3f3f3ffbdecacacef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)