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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 陷奇スィ^ | 11101000100111001000101011101111101111011010100001011110 | e89c8aefbda85e |
EUC-JP | 陷奇スィ^ | 111011111111110010110100111100011000111010111101100011101010100001011110 | effcb4f18ebd8ea85e |
UTF-8 | 陷奇スィ^ | 11101001100110011011011111100101101001011000011111101111101111011011110111101111101111011010100001011110 | e999b7e5a587efbdbdefbda85e |
UHC | 陷奇??^ | 11111001111010001101000011110100001111110011111101011110 | f9e8d0f43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)