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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 繕?Y繕?bE | 100100010101010100111111010110011001000101010101001111110110001001000101 | 91553f5991553f6245 |
EUC-JP | 繕?Y繕?bE | 110000011011011000111111010110011100000110110110001111110110001001000101 | c1b63f59c1b63f6245 |
UTF-8 | 繕쑀Y繕쑀bE | 111001111011100110010101111011001001000110000000010110011110011110111001100101011110110010010001100000000110001001000101 | e7b995ec918059e7b995ec91806245 |
UHC | 繕쑀Y繕쑀bE | 1110000011001011100111001010000001011001111000001100101110011100101000000110001001000101 | e0cb9ca059e0cb9ca06245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)