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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?℡?轅 | 001111111000011110000100001111111110011101110110 | 3f87843fe776 |
EUC-JP | 縕??轅 | 10001111110101001100001000111111001111111110110111010111 | 8fd4c23f3fedd7 |
UTF-8 | 縕℡래轅 | 111001111011100010010101111000101000010010100001111010111001111010011000111010001011110110000101 | e7b895e284a1eb9e98e8bd85 |
UHC | 縕℡래轅 | 1110100010110010101000101110010110110111101000011110101010111111 | e8b2a2e5b7a1eabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)