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 | ???要?? | 00111111001111110011111110010111011101100011111100111111 | 3f3f3f97763f3f |
EUC-JP | ???要?? | 00111111001111110011111111001101110101110011111100111111 | 3f3f3fcdd73f3f |
UTF-8 | 琉뜹쓮要싨셀 | 111011111010011110001100111010111001110010111001111011001001001110101110111010001010011010000001111011001000101110101000111011001000010110000000 | efa78ceb9cb9ec93aee8a681ec8ba8ec8580 |
UHC | 琉뜹쓮要싨셀 | 111010111010010010110110111001011001110110001110111010011010100110011010111001101011110010111111 | eba4b6e59d8ee9a99ae6bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)