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 | 1001001001000111100100011011000001011001100100100100011110010001101100000110001001000101 | 924791b059924791b06245 |
EUC-JP | 竪族Y竪族bE | 1100001110101000110000101011001001011001110000111010100011000010101100100110001001000101 | c3a8c2b259c3a8c2b26245 |
UTF-8 | 竪族Y竪族bE | 111001111010101110101010111001101001011110001111010110011110011110101011101010101110011010010111100011110110001001000101 | e7abaae6978f59e7abaae6978f6245 |
UHC | 竪族Y竪族bE | 1110001010110101111100001110100101011001111000101011010111110000111010010110001001000101 | e2b5f0e959e2b5f0e96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)