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 | 襍ヲ魘ォ邀ャ | 111010001011010110100110111010011011010010101011111001111011000110101100 | e8b5a6e9b4abe7b1ac |
EUC-JP | 襍ヲ魘ォ邀ャ | 111100001011011110001110101001101111001010110110100011101010101111101110101100111000111010101100 | f0b78ea6f2b68eabeeb38eac |
UTF-8 | 襍ヲ魘ォ邀ャ | 111010001010010110001101111011111011110110100110111010011010110110011000111011111011110110101011111010011000001010000000111011111011110110101100 | e8a58defbda6e9ad98efbdabe98280efbdac |
UHC | ????邀? | 00111111001111110011111100111111111010011010110100111111 | 3f3f3f3fe9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)