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 | ??懈??? | 00111111001111111001110011100110001111110011111100111111 | 3f3f9ce63f3f3f |
EUC-JP | ??懈??? | 00111111001111111101100011101000001111110011111100111111 | 3f3fd8e83f3f3f |
UTF-8 | 솖씁懈롏씁玲 | 111011001000011010010110111011001001010010000001111001101000011110001000111010111010000110001111111011001001010010000001111011111010011010101101 | ec8696ec9481e68788eba18fec9481efa6ad |
UHC | 솖씁懈롏씁玲 | 101111001101011110111110101110011111101010101011100011101101010110111110101110011110011110111111 | bcd7beb9faab8ed5beb9e7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)