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 | 陲咏ー滄恆豕 | 1110100010100010100110011110011110110000100111111110100110011100100100011110011010110011 | e8a299e7b09fe99c91e6b3 |
EUC-JP | 陲咏ー滄恆豕 | 111100001010010011010010111010011000111010110000110111101110101111010111111100011110110010110101 | f0a4d2e98eb0deebd7f1ecb5 |
UTF-8 | 陲咏ー滄恆豕 | 111010011001100110110010111001011001001010001111111011111011110110110000111001101011101110000100111001101000000110000110111010001011000110010101 | e999b2e5928fefbdb0e6bb84e68186e8b195 |
UHC | ???滄?豕 | 0011111100111111001111111111001111100111001111111110001111001110 | 3f3f3ff3e73fe3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)