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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | タ裘膽タ裘膽^ | 1100000011100101111000101110010001011011110000001110010111100010111001000101101101011110 | c0e5e2e45bc0e5e2e45b5e |
EUC-JP | タ裘膽タ裘膽^ | 10001110110000001110101011100100111001111011110010001110110000001110101011100100111001111011110001011110 | 8ec0eae4e7bc8ec0eae4e7bc5e |
UTF-8 | タ裘膽タ裘膽^ | 11101111101111101000000011101000101000111001100011101000100001101011110111101111101111101000000011101000101000111001100011101000100001101011110101011110 | efbe80e8a398e886bdefbe80e8a398e886bd5e |
UHC | ??膽??膽^ | 001111110011111111010011110001010011111100111111110100111100010101011110 | 3f3fd3c53f3fd3c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)