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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 韶皮キ堤B | 11101000111011101001010011100111101101111001001011100111111100001001000001000010 | e8ee94e7b792e7f09042 |
EUC-JP | 韶皮キ堤?B | 11110000111100001100100011101001100011101011011111000100111010010011111101000010 | f0f0c8e98eb7c4e93f42 |
UTF-8 | 韶皮キ堤B | 11101001100111111011011011100111100110101010111011101111101111011011011111100101101000001010010011101110100000011000111101000010 | e99fb6e79aaeefbdb7e5a0a4ee818f42 |
UHC | 韶皮?堤?B | 111000011101001011111001101010110011111111110000101001110011111101000010 | e1d2f9ab3ff0a73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)