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 | ???油ε? | 0011111100111111001111111001011011111011100000111100001100111111 | 3f3f3f96fb83c33f |
EUC-JP | ???油ε? | 0011111100111111001111111100110011111101101001101100010100111111 | 3f3f3fccfda6c53f |
UTF-8 | 緣끹끀油ε숱 | 1110011110110111101000111110101110000001101110011110101110000001100000001110011010110010101110011100111010110101111011001000100010110001 | e7b7a3eb81b9eb8180e6b2b9ceb5ec88b1 |
UHC | 緣끹끀油ε숱 | 111001101101111010000101111000111000010110110110111010101111101010100101111001011011110110100010 | e6de85e385b6eafaa5e5bda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)