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 | ?κ? | 00111111100000111100100000111111 | 3f83c83f |
EUC-JP | ?κ? | 00111111101001101100101000111111 | 3fa6ca3f |
UTF-8 | 烈κ콈 | 1110111110100110100111111100111010111010111011001011110110001000 | efa69fcebaecbd88 |
UHC | 烈κ콈 | 111001101110111110100101111010101011000110000100 | e6efa5eab184 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)