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???? | 001111110110000100111111001111110011111100111111 | 3f613f3f3f3f |
SJIS-WIN | ?a???? | 001111110110000100111111001111110011111100111111 | 3f613f3f3f3f |
EUC-JP | ?a???? | 001111110110000100111111001111110011111100111111 | 3f613f3f3f3f |
UTF-8 | 챈a챗혯혨횦 | 11101100101100011000100001100001111011001011000110010111111011011001100010101111111011011001100010101000111011011001101010100110 | ecb18861ecb197ed98afed98a8ed9aa6 |
UHC | 챈a챗혯혨횦 | 1100001110100110011000011100001110101010110000101001011011000010100100001100001110011101 | c3a661c3aac296c290c39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)