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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 鞨奇スウ] | 11101000111000001000101011101111101111011011001101011101 | e8e08aefbdb35d |
EUC-JP | 鞨奇スウ] | 111100001110001010110100111100011000111010111101100011101011001101011101 | f0e2b4f18ebd8eb35d |
UTF-8 | 鞨奇スウ] | 11101001100111101010100011100101101001011000011111101111101111011011110111101111101111011011001101011101 | e99ea8e5a587efbdbdefbdb35d |
UHC | 鞨奇??] | 11001010111010101101000011110100001111110011111101011101 | caead0f43f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)