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 | ????A?? | 00111111001111110011111100111111010000010011111100111111 | 3f3f3f3f413f3f |
SJIS-WIN | ????A?? | 00111111001111110011111100111111010000010011111100111111 | 3f3f3f3f413f3f |
EUC-JP | ????A?? | 00111111001111110011111100111111010000010011111100111111 | 3f3f3f3f413f3f |
UTF-8 | 혦횙챕짖A혦횙 | 11101101100110001010011011101101100110101001100111101100101100011001010111101100101001111001011001000001111011011001100010100110111011011001101010011001 | ed98a6ed9a99ecb195eca79641ed98a6ed9a99 |
UHC | 혦횙챕짖A혦횙 | 11000010100011101100001110010011110000111010100111000010101000100100000111000010100011101100001110010011 | c28ec393c3a9c2a241c28ec393 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)