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 | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
EUC-JP | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
UTF-8 | 척횞첬횑횚쩌a | 11101100101100101001100111101101100110101001111011101100101100101010110011101101100110101001000111101101100110101001101011101100101010011000110001100001 | ecb299ed9a9eecb2aced9a91ed9a9aeca98c61 |
UHC | 척횞첬횑횚쩌a | 11000011101101001100001110010111110000111011101011000011100011001100001110010100110000101011110001100001 | c3b4c397c3bac38cc394c2bc61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)