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 | 諟シレ靈 | 111110111010100010111100110110101110100011001011 | fba8bcdae8cb |
EUC-JP | 諟シレ靈 | 100011111101111010110000100011101011110010001110110110101111000011001101 | 8fdeb08ebc8edaf0cd |
UTF-8 | 諟シレ靈 | 111010001010101110011111111011111011110110111100111011111011111010011010111010011001110110001000 | e8ab9fefbdbcefbe9ae99d88 |
UHC | ???靈 | 0011111100111111001111111101011011000100 | 3f3f3fd6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)