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 | ???節ε? | 0011111100111111001111111001000011011111100000111100001100111111 | 3f3f3f90df83c33f |
EUC-JP | ???節ε? | 0011111100111111001111111100000011100001101001101100010100111111 | 3f3f3fc0e1a6c53f |
UTF-8 | 了욃툦節ε뮧 | 1110111110100110101110101110110010011010100000111110110110001000101001101110011110101111100000001100111010110101111010111010111010100111 | efa6baec9a83ed88a6e7af80ceb5ebaea7 |
UHC | 了욃툦節ε뮧 | 111010001110011110011110111001011011100010011101111011111011110110100101111001011001001010110010 | e8e79ee5b89defbda5e592b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)