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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
EUC-JP | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
UTF-8 | 챘첩횊챌짜챗G | 11101100101100011001100011101100101100101010100111101101100110101000101011101100101100011000110011101100101001111001110011101100101100011001011101000111 | ecb198ecb2a9ed9a8aecb18ceca79cecb19747 |
UHC | 챘첩횊챌짜챗G | 11000011101010111100001110111000110000111000100011000011101001111100001010100101110000111010101001000111 | c3abc3b8c388c3a7c2a5c3aa47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)