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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????秩? | 0011111100111111001111110011111100111111100100101000000100111111 | 3f3f3f3f3f92813f |
EUC-JP | ?????秩? | 0011111100111111001111110011111100111111110000111110000100111111 | 3f3f3f3f3fc3e13f |
UTF-8 | 렱렖셔렱렗秩섐 | 111010111010000010110001111010111010000010010110111011001000010110010100111010111010000010110001111010111010000010010111111001111010011110101001111011001000010010010000 | eba0b1eba096ec8594eba0b1eba097e7a7a9ec8490 |
UHC | 렱렖셔렱렗秩섐 | 1000111010111110100011101010101110111100110001011000111010111110100011101010110011110010111100011011110010101011 | 8ebe8eabbcc58ebe8eacf2f1bcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)