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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???轝?? | 0011111100111111001111111000111111100001101010100011111100111111 | 3f3f3f8fe1aa3f3f |
UTF-8 | 娛ⓧ틫轝얕뼥 | 111001011010100010011011111000101001001110100111111011011000101110101011111010001011110110011101111011001001011010010101111010111011110010100101 | e5a89be293a7ed8babe8bd9dec9695ebbca5 |
UHC | 娛ⓧ틫轝얕뼥 | 111001111111010010101000111001001011101010010101111001101010110010111110111010001001011010101000 | e7f4a8e4ba95e6acbee896a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)