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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?雲}?雲{^ | 001111111000100101011111011111010011111110001001010111110111101101011110 | 3f895f7d3f895f7b5e |
EUC-JP | ?雲}?雲{^ | 001111111011000111000000011111010011111110110001110000000111101101011110 | 3fb1c07d3fb1c07b5e |
UTF-8 | 뚩雲}뚩雲{^ | 111010111001101010101001111010011001101110110010011111011110101110011010101010011110100110011011101100100111101101011110 | eb9aa9e99bb27deb9aa9e99bb27b5e |
UHC | 뚩雲}뚩雲{^ | 1000110011101000111010101010001101111101100011001110100011101010101000110111101101011110 | 8ce8eaa37d8ce8eaa37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)