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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 彧遡E彧遡EB | 1111101010111001100100010110101101000101111110101011100110010001011010110100010101000010 | fab9916b45fab9916b4542 |
EUC-JP | 彧遡E彧遡EB | 10001111101111001111111011000001110011000100010110001111101111001111111011000001110011000100010101000010 | 8fbcfec1cc458fbcfec1cc4542 |
UTF-8 | 彧遡E彧遡EB | 111001011011110110100111111010011000000110100001010001011110010110111101101001111110100110000001101000010100010101000010 | e5bda7e981a145e5bda7e981a14542 |
UHC | 彧遡E彧遡EB | 1110100111101110111000011100111101000101111010011110111011100001110011110100010101000010 | e9eee1cf45e9eee1cf4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)