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 | ???偃f? | 0011111100111111001111111001100011101110100000101000011000111111 | 3f3f3f98ee82863f |
EUC-JP | ???偃f? | 0011111100111111001111111101000011110000101000111110011000111111 | 3f3f3fd0f0a3e63f |
UTF-8 | 練뚨돇偃f뻗 | 111011111010011010010110111010111001101010101000111010111000111110000111111001011000000110000011111011111011110110000110111010111011101110010111 | efa696eb9aa8eb8f87e58183efbd86ebbb97 |
UHC | 練뚨돇偃f뻗 | 111001101101111110001100111001111000100110011000111001011110011110100011111001101011101110111000 | e6df8ce78998e5e7a3e6bbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)