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??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
SJIS-WIN | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
EUC-JP | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
UTF-8 | 횦횥체C횦횥횘 | 11101101100110101010011011101101100110101010010111101100101100101011010001000011111011011001101010100110111011011001101010100101111011011001101010011000 | ed9aa6ed9aa5ecb2b443ed9aa6ed9aa5ed9a98 |
UHC | 횦횥체C횦횥횘 | 11000011100111011100001110011100110000111011110001000011110000111001110111000011100111001100001110010010 | c39dc39cc3bc43c39dc39cc392 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)