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 | ?叔叔楯琵 | 001111111000111101100110100011110110011010001111011111001001010011111010 | 3f8f668f668f7c94fa |
EUC-JP | 棅叔叔楯琵 | 1000111111000011111110111011110111000111101111011100011110111101110111011100100011111100 | 8fc3fbbdc7bdc7bdddc8fc |
UTF-8 | 棅叔叔楯琵 | 111001101010001110000101111001011000111110010100111001011000111110010100111001101010010110101111111001111001000010110101 | e6a385e58f94e58f94e6a5afe790b5 |
UHC | 棅叔叔楯琵 | 11011100101110001110001011010010111000101101001011100010111001001101110111110101 | dcb8e2d2e2d2e2e4ddf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)