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?????G | 0011111101000111001111110011111100111111001111110011111101000111 | 3f473f3f3f3f3f47 |
SJIS-WIN | ?G?????G | 0011111101000111001111110011111100111111001111110011111101000111 | 3f473f3f3f3f3f47 |
EUC-JP | ?G?????G | 0011111101000111001111110011111100111111001111110011111101000111 | 3f473f3f3f3f3f47 |
UTF-8 | 챈G혟혢혖쨍챈G | 1110110010110001100010000100011111101101100110001001111111101101100110001010001011101101100110001001011011101100101010001000110111101100101100011000100001000111 | ecb18847ed989fed98a2ed9896eca88decb18847 |
UHC | 챈G혟혢혖쨍챈G | 1100001110100110010001111100001010001001110000101000101111000010100000011100001010111000110000111010011001000111 | c3a647c289c28bc281c2b8c3a647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)