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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 荐件修RE | 1110010010100110100011001000111110001111010000110101001001000101 | e4a68c8f8f435245 |
EUC-JP | 荐件修RE | 1110100010101000101101111110111110111101101001000101001001000101 | e8a8b7efbda45245 |
UTF-8 | 荐件修RE | 1110100010001101100100001110010010111011101101101110010010111111101011100101001001000101 | e88d90e4bbb6e4bfae5245 |
UHC | ?件修RE | 00111111110010111110110011100001111100110101001001000101 | 3fcbece1f35245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)