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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????新? | 00111111001111110011111100111111100100000101011000111111 | 3f3f3f3f90563f |
EUC-JP | ????新? | 00111111001111110011111100111111101111111011011100111111 | 3f3f3f3fbfb73f |
UTF-8 | 렺렊렺렱新켠 | 111010111010000010111010111010111010000010001010111010111010000010111010111010111010000010110001111001101001011010110000111011001011110010100000 | eba0baeba08aeba0baeba0b1e696b0ecbca0 |
UHC | 렺렊렺렱新켠 | 100011101100001010001110101000011000111011000010100011101011111011100011111001101100010011010010 | 8ec28ea18ec28ebee3e6c4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)