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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 節o?業? | 1001000011011111100000101000111100111111100010111100011000111111 | 90df828f3f8bc63f |
EUC-JP | 節o?業? | 1100000011100001101000111110111100111111101101101100100000111111 | c0e1a3ef3fb6c83f |
UTF-8 | 節o숱業쨕 | 111001111010111110000000111011111011110110001111111011001000100010110001111001101010010110101101111011001010100010010101 | e7af80efbd8fec88b1e6a5adeca895 |
UHC | 節o숱業쨕 | 11101111101111011010001111101111101111011010001011100101111101101010010001101011 | efbda3efbda2e5f6a46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)