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 | ??寡? | 0011111100111111100010011100011100111111 | 3f3f89c73f |
EUC-JP | ?倜寡? | 00111111100011111011000111010101101100101100100100111111 | 3f8fb1d5b2c93f |
UTF-8 | 뤑倜寡간 | 111010111010010010010001111001011000000010011100111001011010111110100001111010101011000010000100 | eba491e5809ce5afa1eab084 |
UHC | 뤑倜寡간 | 1000111111000001111101001010011011001101111110111011000010100011 | 8fc1f4a6cdfbb0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)