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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 貍乗じ謔カ~ | 11100110101111001000111111100110100000101011011011100110100000101011011001111110 | e6bc8fe682b6e682b67e |
EUC-JP | 貍乗じ謔カ~ | 1110110010111110101111101110100010100100101110001110101111100010100011101011011001111110 | ecbebee8a4b8ebe28eb67e |
UTF-8 | 貍乗じ謔カ~ | 11101000101100101000110111100100101110011001011111100011100000011001100011101000101011001001010011101111101111011011011001111110 | e8b28de4b997e38198e8ac94efbdb67e |
UHC | ??じ謔?~ | 0011111100111111101010101011100011111001110011000011111101111110 | 3f3faab8f9cc3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)