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?????? | 0011111101000111001111110011111100111111001111110011111100111111 | 3f473f3f3f3f3f3f |
SJIS-WIN | ?G?????? | 0011111101000111001111110011111100111111001111110011111100111111 | 3f473f3f3f3f3f3f |
EUC-JP | ?G?????? | 0011111101000111001111110011111100111111001111110011111100111111 | 3f473f3f3f3f3f3f |
UTF-8 | 청G짠청짱짠챌쩔 | 11101100101100101010110101000111111011001010011110100000111011001011001010101101111011001010011110110001111011001010011110100000111011001011000110001100111011001010100110010100 | ecb2ad47eca7a0ecb2adeca7b1eca7a0ecb18ceca994 |
UHC | 청G짠청짱짠챌쩔 | 110000111011101101000111110000101010011111000011101110111100001010101111110000101010011111000011101001111100001010111111 | c3bb47c2a7c3bbc2afc2a7c3a7c2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)