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 | ??砧??浸^ | 001111110011111110001011011011010011111100111111100100000101101001011110 | 3f3f8b6d3f3f905a5e |
EUC-JP | ??砧??浸^ | 001111110011111110110101110011100011111100111111101111111011101101011110 | 3f3fb5ce3f3fbfbb5e |
UTF-8 | 죌뤞砧죌뤞浸^ | 11101100101000111000110011101011101001001001111011100111101000001010011111101100101000111000110011101011101001001001111011100110101101011011100001011110 | eca38ceba49ee7a0a7eca38ceba49ee6b5b85e |
UHC | 죌뤞砧죌뤞浸^ | 11000001110011011000111111001101111101101101101111000001110011011000111111001101111101101101100101011110 | c1cd8fcdf6dbc1cd8fcdf6d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)