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 | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
SJIS-WIN | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
EUC-JP | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
UTF-8 | 혦쩍체@혦횒 | 11101101100110001010011011101100101010011000110111101100101100101011010001000000111011011001100010100110111011011001101010010010 | ed98a6eca98decb2b440ed98a6ed9a92 |
UHC | 혦쩍체@혦횒 | 1100001010001110110000101011110111000011101111000100000011000010100011101100001110001101 | c28ec2bdc3bc40c28ec38d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)