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 | ?盲??擺? | 0011111110010110110100110011111100111111100111011011001000111111 | 3f96d33f3f9db23f |
EUC-JP | 薏盲??擺? | 10001111110110011101111011001100110101010011111100111111110110101011010000111111 | 8fd9deccd53f3fdab43f |
UTF-8 | 薏盲췹뤈擺살 | 111010001001011010001111111001111001101110110010111011001011011110111001111010111010010010001000111001101001001110111010111011001000001010110100 | e8968fe79bb2ecb7b9eba488e693baec82b4 |
UHC | 薏盲췹뤈擺살 | 111010111111101111011000111011101100001111101111100011111011100011110111111011001011101111101100 | ebfbd8eec3ef8fb8f7ecbbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)