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 | ?J???J?? | 0011111101001010001111110011111100111111010010100011111100111111 | 3f4a3f3f3f4a3f3f |
SJIS-WIN | ?J???J?? | 0011111101001010001111110011111100111111010010100011111100111111 | 3f4a3f3f3f4a3f3f |
EUC-JP | ?J???J?? | 0011111101001010001111110011111100111111010010100011111100111111 | 3f4a3f3f3f4a3f3f |
UTF-8 | 창J찾횑창J찾횑 | 1110110010110000101111010100101011101100101100001011111011101101100110101001000111101100101100001011110101001010111011001011000010111110111011011001101010010001 | ecb0bd4aecb0beed9a91ecb0bd4aecb0beed9a91 |
UHC | 창J찾횑창J찾횑 | 1100001110100010010010101100001110100011110000111000110011000011101000100100101011000011101000111100001110001100 | c3a24ac3a3c38cc3a24ac3a3c38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)