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 | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
SJIS-WIN | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
EUC-JP | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
UTF-8 | 책혪혣C챔짙 | 11101100101100011000010111101101100110001010101011101101100110001010001101000011111011001011000110010100111011001010011110011001 | ecb185ed98aaed98a343ecb194eca799 |
UHC | 책혪혣C챔짙 | 1100001110100101110000101001001011000010100011000100001111000011101010001100001010100011 | c3a5c292c28c43c3a8c2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)