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 | 11010101101011100101100111010101101011100110001001000101 | d5ae59d5ae6245 |
SJIS-WIN | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | Õ®YÕ®bE | 100011111010101011011000100011111010001011101110010110011000111110101010110110001000111110100010111011100110001001000101 | 8faad88fa2ee598faad88fa2ee6245 |
UTF-8 | Õ®YÕ®bE | 1100001110010101110000101010111001011001110000111001010111000010101011100110001001000101 | c395c2ae59c395c2ae6245 |
UHC | ?®Y?®bE | 001111111010001011100111010110010011111110100010111001110110001001000101 | 3fa2e7593fa2e76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)