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 | ??懈?? | 001111110011111110011100111001100011111100111111 | 3f3f9ce63f3f |
EUC-JP | ??懈?? | 001111110011111111011000111010000011111100111111 | 3f3fd8e83f3f |
UTF-8 | 솖씁懈롏씁 | 111011001000011010010110111011001001010010000001111001101000011110001000111010111010000110001111111011001001010010000001 | ec8696ec9481e68788eba18fec9481 |
UHC | 솖씁懈롏씁 | 10111100110101111011111010111001111110101010101110001110110101011011111010111001 | bcd7beb9faab8ed5beb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)