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 | 1110010111010001111000111011101101011001111001011101000111100011101110110110001001000101 | e5d1e3bb59e5d1e3bb6245 |
EUC-JP | 衽羹Y衽羹bE | 1110101011010011111001101011110101011001111010101101001111100110101111010110001001000101 | ead3e6bd59ead3e6bd6245 |
UTF-8 | 衽羹Y衽羹bE | 111010001010000110111101111001111011111010111001010110011110100010100001101111011110011110111110101110010110001001000101 | e8a1bde7beb959e8a1bde7beb96245 |
UHC | ?羹Y?羹bE | 001111111100101111011000010110010011111111001011110110000110001001000101 | 3fcbd8593fcbd86245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)