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 | 1110001111000010111000011001010101011001111000111100001011100001100101010110001001000101 | e3c2e19559e3c2e1956245 |
EUC-JP | 翊癜Y翊癜bE | 1110011011000100111000011111010101011001111001101100010011100001111101010110001001000101 | e6c4e1f559e6c4e1f56245 |
UTF-8 | 翊癜Y翊癜bE | 111001111011111110001010111001111001100110011100010110011110011110111111100010101110011110011001100111000110001001000101 | e7bf8ae7999c59e7bf8ae7999c6245 |
UHC | 翊?Y翊?bE | 111011001100110100111111010110011110110011001101001111110110001001000101 | eccd3f59eccd3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)