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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 鋺奇スアP | 11100111111110101000101011101111101111011011000101010000 | e7fa8aefbdb150 |
EUC-JP | 鋺奇スアP | 111011101111110010110100111100011000111010111101100011101011000101010000 | eefcb4f18ebd8eb150 |
UTF-8 | 鋺奇スアP | 11101001100010111011101011100101101001011000011111101111101111011011110111101111101111011011000101010000 | e98bbae5a587efbdbdefbdb150 |
UHC | ?奇??P | 001111111101000011110100001111110011111101010000 | 3fd0f43f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)