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 | ???偃? | 001111110011111100111111100110001110111000111111 | 3f3f3f98ee3f |
EUC-JP | ???偃? | 001111110011111100111111110100001111000000111111 | 3f3f3fd0f03f |
UTF-8 | 醴귝쵟偃켃 | 111011111010011010110111111010101011011110011101111011001011010110011111111001011000000110000011111011001011110010000011 | efa6b7eab79decb59fe58183ecbc83 |
UHC | 醴귝쵟偃켃 | 11100111111001001000001011100110101011001010000011100101111001111011000101000010 | e7e482e6aca0e5e7b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)