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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?樟?妖邀^ | 001111111000111110111110001111111001011101100100111001111011000101011110 | 3f8fbe3f9764e7b15e |
EUC-JP | ?樟?妖邀^ | 001111111011111011000000001111111100110111000101111011101011001101011110 | 3fbec03fcdc5eeb35e |
UTF-8 | 뤺樟춳妖邀^ | 11101011101001001011101011100110101010001001111111101100101101101011001111100101101001101001011011101001100000101000000001011110 | eba4bae6a89fecb6b3e5a696e982805e |
UHC | 뤺樟춳妖邀^ | 1000111111101000111011011110100110101101100011111110100011101101111010011010110101011110 | 8fe8ede9ad8fe8ede9ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)