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 | 111001101001101000111111010110011110011010011010001111110110001001000101 | e69a3f59e69a3f6245 |
EUC-JP | 證?Y證?bE | 111010111111101000111111010110011110101111111010001111110110001001000101 | ebfa3f59ebfa3f6245 |
UTF-8 | 證뒷Y證뒷bE | 111010001010110110001001111010111001001010110111010110011110100010101101100010011110101110010010101101110110001001000101 | e8ad89eb92b759e8ad89eb92b76245 |
UHC | 證뒷Y證뒷bE | 1111000111111011101101011101111001011001111100011111101110110101110111100110001001000101 | f1fbb5de59f1fbb5de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)