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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??θ? | 0011111100111111100000111100011000111111 | 3f3f83c63f |
EUC-JP | ??θ? | 0011111100111111101001101100100000111111 | 3f3fa6c83f |
UTF-8 | 뤗횓θ벤 | 1110101110100100100101111110110110011010100100111100111010111000111010111011001010100100 | eba497ed9a93ceb8ebb2a4 |
UHC | 뤗횓θ벤 | 1000111111000111110000111000111010100101111010001011101010100101 | 8fc7c38ea5e8baa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)