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 | 襍ヲ魘ォ邊ィ | 11101000101101011010011011101001101101001010101111100111101100101000001101000010 | e8b5a6e9b4abe7b28342 |
EUC-JP | 襍ヲ魘ォ邊ィ | 111100001011011110001110101001101111001010110110100011101010101111101110101101001010010110100011 | f0b78ea6f2b68eabeeb4a5a3 |
UTF-8 | 襍ヲ魘ォ邊ィ | 111010001010010110001101111011111011110110100110111010011010110110011000111011111011110110101011111010011000001010001010111000111000001010100011 | e8a58defbda6e9ad98efbdabe9828ae382a3 |
UHC | ????邊ィ | 0011111100111111001111110011111111011100101010111010101110100011 | 3f3f3f3fdcababa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)