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 | 隘ュ莨守オ「 | 111010001010010110101101111001001011110010001110111001111011010110100010 | e8a5ade4bc8ee7b5a2 |
EUC-JP | 隘ュ莨守オ「 | 111100001010011110001110101011011110100010111110101111001110100110001110101101011000111010100010 | f0a78eade8bebce98eb58ea2 |
UTF-8 | 隘ュ莨守オ「 | 111010011001101010011000111011111011110110101101111010001000111010101000111001011010111010001000111011111011110110110101111011111011110110100010 | e99a98efbdade88ea8e5ae88efbdb5efbda2 |
UHC | 隘??守?? | 1110010011110110001111110011111111100001111110100011111100111111 | e4f63f3fe1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)