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 | ??θ | 00111111001111111000001111000110 | 3f3f83c6 |
EUC-JP | ??θ | 00111111001111111010011011001000 | 3f3fa6c8 |
UTF-8 | 뤗횓θ | 1110101110100100100101111110110110011010100100111100111010111000 | eba497ed9a93ceb8 |
UHC | 뤗횓θ | 100011111100011111000011100011101010010111101000 | 8fc7c38ea5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)