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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?ツ? | 00111111100000110110001100111111 | 3f83633f |
EUC-JP | ?ツ雩 | 001111111010010111000100100011111110011011111010 | 3fa5c48fe6fa |
UTF-8 | 었ツ雩 | 111011001001011110001000111000111000001110000100111010011001101110101001 | ec9788e38384e99ba9 |
UHC | 었ツ雩 | 101111101111101010101011110001001110100111101100 | befaabc4e9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)