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 | ????①? | 00111111001111110011111100111111100001110100000000111111 | 3f3f3f3f87403f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 緣뉓뻗緣①뮵 | 111001111011011110100011111010111000100110010011111010111011101110010111111001111011011110100011111000101001000110100000111010111010111010110101 | e7b7a3eb8993ebbb97e7b7a3e291a0ebaeb5 |
UHC | 緣뉓뻗緣①뮵 | 111001101101111010000111111010001011101110111000111001101101111010101000111001111001001010111101 | e6de87e8bbb8e6dea8e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)